Sdílet prostřednictvím


ODataPathParameterBindingAttribute Třída

Definice

System.Web.Http.ParameterBindingAttribute Implementace použitého k vytvoření vazby ODataPath instance jako parametru akce.

[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
Dědičnost
System.Web.Http.ParameterBindingAttribute
ODataPathParameterBindingAttribute
Dědičnost
ODataPathParameterBindingAttribute
Atributy

Konstruktory

ODataPathParameterBindingAttribute()

Inicializuje novou instanci ODataPathParameterBindingAttribute třídy.

Metody

GetBinding(HttpParameterDescriptor)

Získá vazbu parametru.

Platí pro