1 override of ShouldMatch
BasicTestApp (1)
RouterTest\NavLinkNotIgnoreQueryOrFragmentString.cs (1)
28protected override bool ShouldMatch(string currentUriAbsolute)
3 references to ShouldMatch
BasicTestApp (1)
RouterTest\NavLinkNotIgnoreQueryOrFragmentString.cs (1)
30bool baseMatch = base.ShouldMatch(currentUriAbsolute);
Microsoft.AspNetCore.Components.Web (2)
Routing\NavLink.cs (2)
75_isActive = ShouldMatch(NavigationManager.Uri); 102var shouldBeActiveNow = ShouldMatch(args.Location);