3 references to GetValuesDictionary
Microsoft.AspNetCore.Mvc.Core (3)
Routing\EndpointRoutingUrlHelper.cs (1)
40
var values =
GetValuesDictionary
(urlActionContext.Values);
Routing\UrlHelper.cs (2)
55
var valuesDictionary =
GetValuesDictionary
(actionContext.Values);
68
var valuesDictionary = routeContext.Values as RouteValueDictionary ??
GetValuesDictionary
(routeContext.Values);