Share via


RouteAttribute(String) Konstruktor

Definice

Vytvoří novou RouteAttribute s danou šablonou trasy.

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)

Parametry

template
String

Šablona trasy. Nesmí mít hodnotu null.

Platí pro