RouteAttribute(String) Constructor

Definición

Crea un nuevo RouteAttribute con la plantilla de ruta especificada.

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

Parámetros

template
String

Plantilla de la ruta. No puede ser null.

Se aplica a