2 references to VirtualPathContext
Microsoft.AspNetCore.Mvc.Core (1)
Routing\UrlHelper.cs (1)
86
var context = new
VirtualPathContext
(HttpContext, AmbientValues, values, routeName);
Microsoft.AspNetCore.Routing.Abstractions (1)
VirtualPathContext.cs (1)
23
:
this
(httpContext, ambientValues, values, null)