Bagikan melalui


RouteAttribute(String) Konstruktor

Definisi

Membuat yang baru RouteAttribute dengan templat rute yang diberikan.

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)

Parameter

template
String

Templat rute. Mungkin tidak null.

Berlaku untuk