1 write to _hrefAbsolute
Microsoft.AspNetCore.Components.Web (1)
Routing\NavLink.cs (1)
74
_hrefAbsolute
= href == null ? null : NavigationManager.ToAbsoluteUri(href).AbsoluteUri;
3 references to _hrefAbsolute
Microsoft.AspNetCore.Components.Web (3)
Routing\NavLink.cs (3)
118
if (
_hrefAbsolute
== null)
124
var hrefAbsoluteSpan =
_hrefAbsolute
.AsSpan();
131
&& IsStrictlyPrefixWithSeparator(currentUriAbsolute,
_hrefAbsolute
))