1 reference to DisableMatchAllIgnoresLeftUriPartSwitchKey
Microsoft.AspNetCore.Components.Web (1)
Routing\NavLink.cs (1)
16
private static readonly bool _disableMatchAllIgnoresLeftUriPart = AppContext.TryGetSwitch(
DisableMatchAllIgnoresLeftUriPartSwitchKey
, out var switchValue) && switchValue;