Compartilhar via


ODataRoutingAttribute Classe

Definição

Define um atributo no nível do controlador que pode ser usado para permitir a seleção de ação OData baseada em convenções de roteamento.

[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
Herança
ODataRoutingAttribute
Atributos
Implementações
System.Web.Http.Controllers.IControllerConfiguration

Construtores

ODataRoutingAttribute()

Define um atributo no nível do controlador que pode ser usado para permitir a seleção de ação OData baseada em convenções de roteamento.

Métodos

Initialize(HttpControllerSettings, HttpControllerDescriptor)

Retorno de chamada invocado para definir substituições por controlador para este Descritor do controlador.

Aplica-se a