RouteAttribute(String) Konstruktor

Definicja

Tworzy nowy RouteAttribute przy użyciu danego szablonu 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

Szablon trasy. Nie może być zerowy.

Dotyczy