Compartir a través de


ODataRoutingAttribute Clase

Definición

Define un atributo de nivel de controlador que se puede usar para habilitar la selección de acción de OData a partir de convenciones de enrutamiento.

[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
Herencia
ODataRoutingAttribute
Atributos
Implementaciones
System.Web.Http.Controllers.IControllerConfiguration

Constructores

ODataRoutingAttribute()

Define un atributo de nivel de controlador que se puede usar para habilitar la selección de acción de OData a partir de convenciones de enrutamiento.

Métodos

Initialize(HttpControllerSettings, HttpControllerDescriptor)

La devolución de llamada que se invoca para realizar reemplazos por controlador para este controllerDescriptor.

Se aplica a