ActionDescriptor.RouteValues プロパティ

定義

選択するアクションのルーティングによって提供される必要があるルート値のコレクションを取得または設定します。

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ RouteValues { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); void set(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ value); };
public System.Collections.Generic.IDictionary<string,string> RouteValues { get; set; }
public System.Collections.Generic.IDictionary<string,string?> RouteValues { get; set; }
member this.RouteValues : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property RouteValues As IDictionary(Of String, String)

プロパティ値

適用対象