共用方式為


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 的隱含路由值。

當 不是 nullAreaName ,會將 AreaName 的值視為對應至索引鍵 area 的隱含路由值。

建立動作描述項時,這些專案將會隱含地新增至 RouteValues ,但不會顯示在 中 RouteValues

適用於