Sdílet prostřednictvím


UrlHelperBase.GetValuesDictionary(Object) Metoda

Definice

RouteValueDictionary Získá pomocí zadaných hodnot.

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

Parametry

values
Object

Hodnoty, které se mají použít.

Návraty

A RouteValueDictionary se zadanými hodnotami.

Platí pro