共用方式為


RouteValueAttribute(String, String) 建構函式

定義

建立新的 RouteValueAttribute

protected:
 RouteValueAttribute(System::String ^ routeKey, System::String ^ routeValue);
protected RouteValueAttribute (string routeKey, string routeValue);
new Microsoft.AspNetCore.Mvc.Routing.RouteValueAttribute : string * string -> Microsoft.AspNetCore.Mvc.Routing.RouteValueAttribute
Protected Sub New (routeKey As String, routeValue As String)

參數

routeKey
String

路由值索引鍵。

routeValue
String

預期的路由值。

適用於