RouteData.RouteValues プロパティ

定義

一致したルートから抽出されたルート パラメーター値を取得します。

public:
 property System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ RouteValues { System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IReadOnlyDictionary<string,object> RouteValues { get; }
public System.Collections.Generic.IReadOnlyDictionary<string,object?> RouteValues { get; }
member this.RouteValues : System.Collections.Generic.IReadOnlyDictionary<string, obj>
Public ReadOnly Property RouteValues As IReadOnlyDictionary(Of String, Object)

プロパティ値

適用対象