2 writes to Host
Microsoft.AspNetCore.Mvc.Core (2)
Routing\UrlHelperBase.cs (1)
61
Host
= ActionContext.HttpContext.Request.Host.ToUriComponent()
UrlHelperExtensions.cs (1)
344
Host
= host,
3 references to Host
Microsoft.AspNetCore.Mvc.Abstractions (1)
IUrlHelper.cs (1)
85
/// The value of <see cref="UrlRouteContext.
Host
" /> should be a trusted value. Relying on the value of the current request
Microsoft.AspNetCore.Mvc.Core (2)
Routing\EndpointRoutingUrlHelper.cs (1)
86
return GenerateUrl(routeContext.Protocol, routeContext.
Host
, path);
Routing\UrlHelper.cs (1)
70
return GenerateUrl(routeContext.Protocol, routeContext.
Host
, virtualPathData, routeContext.Fragment);