Condividi tramite


ODataPathParameterBindingAttribute Classe

Definizione

Implementazione di System.Web.Http.ParameterBindingAttribute utilizzata per associare un'istanza di come parametro di ODataPath azione.

[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
Ereditarietà
System.Web.Http.ParameterBindingAttribute
ODataPathParameterBindingAttribute
Ereditarietà
ODataPathParameterBindingAttribute
Attributi

Costruttori

ODataPathParameterBindingAttribute()

Inizializza una nuova istanza della classe ODataPathParameterBindingAttribute.

Metodi

GetBinding(HttpParameterDescriptor)

Ottiene l'associazione di parametri.

Si applica a