Udostępnij za pośrednictwem


ODataPathParameterBindingAttribute Klasa

Definicja

Implementacja System.Web.Http.ParameterBindingAttribute używana do powiązania wystąpienia jako parametru ODataPath akcji.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=true)]
public sealed class ODataPathParameterBindingAttribute : System.Web.Http.ParameterBindingAttribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=true)]
public sealed class ODataPathParameterBindingAttribute : Microsoft.AspNetCore.Mvc.ModelBinderAttribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=true)>]
type ODataPathParameterBindingAttribute = class
    inherit ParameterBindingAttribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=true)>]
type ODataPathParameterBindingAttribute = class
    inherit ModelBinderAttribute
Public NotInheritable Class ODataPathParameterBindingAttribute
Inherits ParameterBindingAttribute
Public NotInheritable Class ODataPathParameterBindingAttribute
Inherits ModelBinderAttribute
Dziedziczenie
System.Web.Http.ParameterBindingAttribute
ODataPathParameterBindingAttribute
Dziedziczenie
ODataPathParameterBindingAttribute
Atrybuty

Konstruktory

ODataPathParameterBindingAttribute()

Inicjuje nowe wystąpienie klasy ODataPathParameterBindingAttribute.

Metody

GetBinding(HttpParameterDescriptor)

Pobiera powiązanie parametrów.

Dotyczy