RouteAttribute Classe

Definizione

Indica che il componente associato deve corrispondere al modello di modello di route specificato.

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
Ereditarietà
RouteAttribute
Attributi

Costruttori

Nome Descrizione
RouteAttribute(String)

Costruisce un'istanza di RouteAttribute.

Proprietà

Nome Descrizione
Template

Ottiene il modello di route.

Si applica a