ODataRoutingAttribute 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.
Définit un attribut de niveau contrôleur pouvant être utilisé pour activer une sélection d'actions OData basée sur les conventions d'itinéraire.
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public sealed class ODataRoutingAttribute : Attribute, System.Web.Http.Controllers.IControllerConfiguration
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public sealed class ODataRoutingAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
type ODataRoutingAttribute = class
inherit Attribute
interface IControllerConfiguration
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
type ODataRoutingAttribute = class
inherit Attribute
Public NotInheritable Class ODataRoutingAttribute
Inherits Attribute
Implements IControllerConfiguration
Public NotInheritable Class ODataRoutingAttribute
Inherits Attribute
- Héritage
-
ODataRoutingAttribute
- Attributs
- Implémente
-
System.Web.Http.Controllers.IControllerConfiguration
Constructeurs
ODataRoutingAttribute() |
Définit un attribut de niveau contrôleur pouvant être utilisé pour activer une sélection d'actions OData basée sur les conventions d'itinéraire. |
Méthodes
Initialize(HttpControllerSettings, HttpControllerDescriptor) |
Rappel appelé pour définir les substitutions par contrôleur pour ce controllerDescriptor. |