1 write to AmbientValues
Microsoft.AspNetCore.Mvc.Core (1)
Routing\UrlHelperBase.cs (1)
34AmbientValues = actionContext.RouteData.Values;
5 references to AmbientValues
Microsoft.AspNetCore.Mvc.Core (5)
Routing\EndpointRoutingUrlHelper.cs (2)
45AmbientValues.TryGetValue("action", out var action)) 58AmbientValues.TryGetValue("controller", out var controller))
Routing\UrlHelper.cs (3)
57NormalizeRouteValuesForAction(actionContext.Action, actionContext.Controller, valuesDictionary, AmbientValues); 81/// <see cref="UrlHelperBase.AmbientValues"/>, to generate the URL. 86var context = new VirtualPathContext(HttpContext, AmbientValues, values, routeName);