FromODataUriAttribute Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.ModelBinderAttributeFromODataUriAttribute
- 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. |