2 references to _disableThrowNavigationException
Microsoft.AspNetCore.Components.Server (2)
Circuits\RemoteNavigationManager.cs (2)
22
[FeatureSwitchDefinition(
_disableThrowNavigationException
)]
24
!AppContext.TryGetSwitch(
_disableThrowNavigationException
, out var switchValue) || !switchValue;