RouteAttribute Clase

Definición

Indica que el componente asociado debe coincidir con el patrón de plantilla de ruta 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
Herencia
RouteAttribute
Atributos

Constructores

Nombre Description
RouteAttribute(String)

Construye una instancia de RouteAttribute.

Propiedades

Nombre Description
Template

Obtiene la plantilla de la ruta.

Se aplica a