RouteAttribute Classe

Definição

Indica que o componente associado deve corresponder ao padrão de modelo de rota especificado.

public ref class RouteAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)]
public sealed class RouteAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)>]
type RouteAttribute = class
    inherit Attribute
Public NotInheritable Class RouteAttribute
Inherits Attribute
Herança
RouteAttribute
Atributos

Construtores

RouteAttribute(String)

Constrói uma instância de RouteAttribute.

Propriedades

Template

Obtém o modelo da rota.

Aplica-se a