Compartilhar via


FromODataUriAttribute Classe

Definição

Uma implementação de System.Web.Http.ParameterBindingAttribute que pode associar parâmetros de URI usando convenções OData.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=true)]
public sealed class FromODataUriAttribute : System.Web.Http.ModelBinding.ModelBinderAttribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=true)]
public sealed class FromODataUriAttribute : Microsoft.AspNetCore.Mvc.ModelBinderAttribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=true)>]
type FromODataUriAttribute = class
    inherit ModelBinderAttribute
Public NotInheritable Class FromODataUriAttribute
Inherits ModelBinderAttribute
Herança
System.Web.Http.ModelBinding.ModelBinderAttribute
FromODataUriAttribute
Herança
FromODataUriAttribute
Atributos

Construtores

FromODataUriAttribute()

Cria uma nova instância da classe FromODataUriAttribute.

Métodos

GetBinding(HttpParameterDescriptor)

Obtém a associação de um parâmetro.

Aplica-se a