PageRouteModel.RouteValues 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得路由值的集合,這些值必須存在於 中 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 。