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)
118if (_hrefAbsolute == null) 124var hrefAbsoluteSpan = _hrefAbsolute.AsSpan(); 131&& IsStrictlyPrefixWithSeparator(currentUriAbsolute, _hrefAbsolute))