Share via


RouteData.RouteValues Propriété

Définition

Obtient les valeurs des paramètres d’itinéraire extraites de l’itinéraire correspondant.

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)

Valeur de propriété

S’applique à