ODataRoutingAttribute Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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. |