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