PageRouteModel.RouteValues プロパティ

定義

選択する対応するページの に Values 存在する必要があるルート値のコレクションを取得します。

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

プロパティ値

注釈

ViewEnginePath 値は、キー pageに対応する暗黙的なルート値と見なされます。

が でないnull場合AreaName、 のAreaName値はキーareaに対応する暗黙的なルート値と見なされます。

これらのエントリは、アクション記述子の作成時に 暗黙的に に RouteValues 追加されますが、 では RouteValues表示されません。

適用対象