共用方式為


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)

屬性值

備註

中的專案可以由 中的 RouteValuesRouteValues 專案覆寫。

適用於