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