2 references to TryFastGenerateUrl
Microsoft.AspNetCore.Mvc.Core (2)
Routing\UrlHelperBase.cs (2)
123
if (
TryFastGenerateUrl
(protocol, host, virtualPath, fragment, out var url))
186
if (
TryFastGenerateUrl
(protocol, host, path, fragment: null, out var url))