ODataPathParameterBindingAttribute 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 System.Web.Http.ParameterBindingAttribute utilisé pour lier un instance de ODataPath en tant que paramètre d’action.
[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
- Héritage
-
System.Web.Http.ParameterBindingAttributeODataPathParameterBindingAttribute
- Héritage
-
ODataPathParameterBindingAttribute
- Attributs
Constructeurs
ODataPathParameterBindingAttribute() |
Initialise une nouvelle instance de la classe ODataPathParameterBindingAttribute. |
Méthodes
GetBinding(HttpParameterDescriptor) |
Obtient la liaison de paramètre. |