1 write to Host
Microsoft.AspNetCore.Mvc.Core (1)
UrlHelperExtensions.cs (1)
197
Host
= host,
7 references to Host
Microsoft.AspNetCore.Mvc.Abstractions (3)
IUrlHelper.cs (3)
24
/// <see cref="UrlActionContext.
Host
"/> are non-<c>null</c>. See the remarks section for important security information.
30
/// The value of <see cref="UrlActionContext.
Host
" /> should be a trusted value. Relying on the value of the current request
78
/// <see cref="UrlActionContext.Protocol"/> and <see cref="UrlActionContext.
Host
"/> are non-<c>null</c>.
Microsoft.AspNetCore.Mvc.Core (4)
Routing\EndpointRoutingUrlHelper.cs (1)
73
return GenerateUrl(urlActionContext.Protocol, urlActionContext.
Host
, path);
Routing\UrlHelper.cs (1)
60
return GenerateUrl(actionContext.Protocol, actionContext.
Host
, virtualPathData, actionContext.Fragment);
UrlHelperExtensions.cs (2)
278
/// <see cref="UrlActionContext.Protocol"/> and <see cref="UrlActionContext.
Host
"/> are non-<c>null</c>.
311
/// <see cref="UrlActionContext.Protocol"/> and <see cref="UrlActionContext.
Host
"/> are non-<c>null</c>.