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