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

路由模板。

适用于