1 write to _hrefAbsolute
Microsoft.AspNetCore.Components.Web (1)
Routing\NavLink.cs (1)
92
_hrefAbsolute
= href == null ? null : NavigationManager.ToAbsoluteUri(href).AbsoluteUri;
3 references to _hrefAbsolute
Microsoft.AspNetCore.Components.Web (3)
Routing\NavLink.cs (3)
136
if (
_hrefAbsolute
== null)
142
var hrefAbsoluteSpan =
_hrefAbsolute
.AsSpan();
149
&& IsStrictlyPrefixWithSeparator(uriAbsolute,
_hrefAbsolute
))