ActionDescriptor.RouteValues 屬性

定義

取得或設定路由值的集合,這些值必須由路由提供,才能選取動作。

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

屬性值

適用於