Compartir a través de


ODataPathParameterBindingAttribute Clase

Definición

Implementación de System.Web.Http.ParameterBindingAttribute usada para enlazar una instancia de ODataPath como parámetro de acción.

[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
Herencia
System.Web.Http.ParameterBindingAttribute
ODataPathParameterBindingAttribute
Herencia
ODataPathParameterBindingAttribute
Atributos

Constructores

ODataPathParameterBindingAttribute()

Inicializa una nueva instancia de la clase ODataPathParameterBindingAttribute.

Métodos

GetBinding(HttpParameterDescriptor)

Obtiene el enlazado de parámetros.

Se aplica a