Share via


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

ルート テンプレート。

適用対象