Partager via


UrlHelperBase.GetValuesDictionary(Object) Méthode

Définition

Obtient un RouteValueDictionary à l’aide des valeurs spécifiées.

protected:
 Microsoft::AspNetCore::Routing::RouteValueDictionary ^ GetValuesDictionary(System::Object ^ values);
protected Microsoft.AspNetCore.Routing.RouteValueDictionary GetValuesDictionary (object values);
protected Microsoft.AspNetCore.Routing.RouteValueDictionary GetValuesDictionary (object? values);
member this.GetValuesDictionary : obj -> Microsoft.AspNetCore.Routing.RouteValueDictionary
Protected Function GetValuesDictionary (values As Object) As RouteValueDictionary

Paramètres

values
Object

Valeurs à utiliser.

Retours

RouteValueDictionary avec les valeurs spécifiées.

S’applique à