Compartilhar via


UrlHelperBase.GetValuesDictionary(Object) Método

Definição

Obtém um RouteValueDictionary usando os valores especificados.

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

Parâmetros

values
Object

Os valores a serem usados.

Retornos

Um RouteValueDictionary com os valores especificados.

Aplica-se a