Share via


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

予想されるルート値。

適用対象