ODataRoutingAttribute Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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. |