次の方法で共有


ControllerModel.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; }
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)

プロパティ値

注釈

RouteValues エントリは、 の RouteValuesエントリによってオーバーライドできます。

適用対象