Partager via


FromODataUriAttribute Classe

Définition

Implémentation de qui peut lier des System.Web.Http.ParameterBindingAttribute paramètres d’URI à l’aide de conventions 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
Héritage
System.Web.Http.ModelBinding.ModelBinderAttribute
FromODataUriAttribute
Héritage
FromODataUriAttribute
Attributs

Constructeurs

FromODataUriAttribute()

Instancie une nouvelle instance de la classe FromODataUriAttribute.

Méthodes

GetBinding(HttpParameterDescriptor)

Obtient la liaison pour un paramètre.

S’applique à