4 references to GetCachedNavigationState
Microsoft.AspNetCore.Components.WebAssembly.Authentication (4)
RemoteAuthenticatorViewCore.cs (4)
210var interactiveRequest = GetCachedNavigationState(); 294var interactiveRequest = GetCachedNavigationState(); 371var fromNavigationState = GetCachedNavigationState()?.ReturnUrl; 379return GetCachedNavigationState()?.Interaction == InteractionType.SignOut;