Compartir a través de


RouteAttribute(String) Constructor

Definición

Construye una instancia de RouteAttribute.

public:
 RouteAttribute(System::String ^ template);
public RouteAttribute (string template);
new Microsoft.AspNetCore.Components.RouteAttribute : string -> Microsoft.AspNetCore.Components.RouteAttribute
Public Sub New (template As String)

Parámetros

template
String

Plantilla de la ruta.

Se aplica a