共用方式為


RouteAttribute(String) 建構函式

定義

建構 的 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)

參數

template
String

路由範本。

適用於