ActionDescriptor.RouteValues Property

Definition

Gets or sets the collection of route values that must be provided by routing for the action to be selected.

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)

Property Value

Applies to