RouteData.RouteValues Property

Definition

Gets route parameter values extracted from the matched route.

public:
 property System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ RouteValues { System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IReadOnlyDictionary<string,object> RouteValues { get; }
public System.Collections.Generic.IReadOnlyDictionary<string,object?> RouteValues { get; }
member this.RouteValues : System.Collections.Generic.IReadOnlyDictionary<string, obj>
Public ReadOnly Property RouteValues As IReadOnlyDictionary(Of String, Object)

Property Value

Applies to