ODataQueryParameterBindingAttribute 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.
System.Web.Http.ParameterBindingAttribute pour lier des paramètres de type ODataQueryOptions à la requête OData à partir de la requête entrante.
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=true)]
public sealed class ODataQueryParameterBindingAttribute : System.Web.Http.ParameterBindingAttribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=true)]
public sealed class ODataQueryParameterBindingAttribute : Microsoft.AspNetCore.Mvc.ModelBinderAttribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=true)>]
type ODataQueryParameterBindingAttribute = class
inherit ParameterBindingAttribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=true)>]
type ODataQueryParameterBindingAttribute = class
inherit ModelBinderAttribute
Public NotInheritable Class ODataQueryParameterBindingAttribute
Inherits ParameterBindingAttribute
Public NotInheritable Class ODataQueryParameterBindingAttribute
Inherits ModelBinderAttribute
- Héritage
-
System.Web.Http.ParameterBindingAttributeODataQueryParameterBindingAttribute
- Héritage
-
ODataQueryParameterBindingAttribute
- Attributs
Constructeurs
ODataQueryParameterBindingAttribute() |
Instancie une nouvelle instance de la classe ODataQueryParameterBindingAttribute. |
Méthodes
GetBinding(HttpParameterDescriptor) |
System.Web.Http.ParameterBindingAttribute pour lier des paramètres de type ODataQueryOptions à la requête OData à partir de la requête entrante. |