Udostępnij za pośrednictwem


ODataRouteAttribute Konstruktory

Definicja

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ę.

Dotyczy