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