ODataRouteAttribute Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
ODataRouteAttribute() |
Inicjuje nowe wystąpienie klasy ODataRouteAttribute. |
ODataRouteAttribute(String) |
Inicjuje nowe wystąpienie klasy ODataRouteAttribute. |
ODataRouteAttribute()
Inicjuje nowe wystąpienie klasy ODataRouteAttribute.
public ODataRouteAttribute ();
Public Sub New ()
Dotyczy
ODataRouteAttribute(String)
Inicjuje nowe wystąpienie klasy ODataRouteAttribute.
public ODataRouteAttribute (string pathTemplate);
new Microsoft.AspNet.OData.Routing.ODataRouteAttribute : string -> Microsoft.AspNet.OData.Routing.ODataRouteAttribute
Public Sub New (pathTemplate As String)
Parametry
- pathTemplate
- String
Szablon ścieżki adresu URL OData obsługiwany przez tę akcję.