3 writes to Values
Microsoft.AspNetCore.Mvc.Core (2)
Routing\UrlHelperBase.cs (1)
59
Values
= values,
UrlHelperExtensions.cs (1)
342
Values
= values,
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
RemoteAttribute.cs (1)
118
Values
= RouteData,
3 references to Values
Microsoft.AspNetCore.Mvc.Core (3)
Routing\EndpointRoutingUrlHelper.cs (1)
84
routeContext.
Values
,
Routing\UrlHelper.cs (2)
68
var valuesDictionary = routeContext.
Values
as RouteValueDictionary ?? GetValuesDictionary(routeContext.
Values
);