RouteAttribute(String) 构造函数

定义

使用给定的路由模板创建新的 RouteAttribute

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)

参数

template
String

路由模板。 不能为 null。

适用于