Partager via


ODataRoutingAttribute Classe

Définition

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.

S’applique à