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)
136if (_hrefAbsolute == null) 142var hrefAbsoluteSpan = _hrefAbsolute.AsSpan(); 149&& IsStrictlyPrefixWithSeparator(uriAbsolute, _hrefAbsolute))