2 references to _disableThrowNavigationException
Microsoft.AspNetCore.Components.Endpoints (2)
DependencyInjection\HttpNavigationManager.cs (2)
14
!AppContext.TryGetSwitch(
_disableThrowNavigationException
, out var switchValue) || !switchValue;
16
[FeatureSwitchDefinition(
_disableThrowNavigationException
)]