1 implementation of Content
Microsoft.AspNetCore.Mvc.Core (1)
Routing\UrlHelperBase.cs (1)
51
public virtual string?
Content
(string? contentPath) => Content(ActionContext.HttpContext, contentPath);
5 references to Content
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\LocalRedirectResultExecutor.cs (1)
49
var destinationUrl = urlHelper.
Content
(result.Url);
Infrastructure\RedirectResultExecutor.cs (1)
44
destinationUrl = urlHelper.
Content
(result.Url);
Microsoft.AspNetCore.Mvc.Razor (3)
RazorPageBase.cs (1)
360
return _urlHelper.
Content
(contentPath);
TagHelpers\UrlResolutionTagHelper.cs (2)
229
resolvedUrl = urlHelper.
Content
(trimmedUrl);
254
var appRelativeUrl = urlHelper.
Content
(trimmedUrl);