Compartilhar via


RouteFactoryAttribute Classe

Definição

Representa uma rota de atributos que poderá possuir restrições personalizadas.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=false)]
public abstract class RouteFactoryAttribute : Attribute, System.Web.Mvc.Routing.IDirectRouteFactory
type RouteFactoryAttribute = class
    inherit Attribute
    interface IDirectRouteFactory
Public MustInherit Class RouteFactoryAttribute
Inherits Attribute
Implements IDirectRouteFactory
Herança
RouteFactoryAttribute
Atributos
Implementações

Construtores

RouteFactoryAttribute(String)

Inicializa uma nova instância da classe RouteFactoryAttribute.

Propriedades

Constraints

Obtém as restrições da rota.

DataTokens

Obtém o token de dados de rota.

Defaults

Obtém os padrões da rota.

Name

Obtém ou define o nome da rota.

Order

Obtém ou define a ordem de rota.

Template

Obtém o modelo da rota.

Métodos

CreateRoute(DirectRouteFactoryContext)

Cria uma entrada direta de rota.

Aplica-se a