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