UrlHelperBase.GetValuesDictionary(Object) Method

Definition

Gets a RouteValueDictionary using the specified values.

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

Parameters

values
Object

The values to use.

Returns

A RouteValueDictionary with the specified values.

Applies to