7 writes to HistoryEntryState
Microsoft.AspNetCore.Components.WebAssembly.Authentication (7)
NavigationManagerExtensions.cs (2)
39HistoryEntryState = new InteractiveRequestOptions 61HistoryEntryState = request.ToState(),
RemoteAuthenticatorViewCore.cs (5)
236Navigation.NavigateTo(ApplicationPaths.LogInFailedPath, AuthenticationNavigationOptions with { HistoryEntryState = result.ErrorMessage }); 272AuthenticationNavigationOptions with { HistoryEntryState = result.ErrorMessage }); 284Navigation.NavigateTo(ApplicationPaths.LogOutFailedPath, AuthenticationNavigationOptions with { HistoryEntryState = "The logout was not initiated from within the page." }); 320Navigation.NavigateTo(ApplicationPaths.LogOutFailedPath, AuthenticationNavigationOptions with { HistoryEntryState = result.ErrorMessage }); 357Navigation.NavigateTo(ApplicationPaths.LogOutFailedPath, AuthenticationNavigationOptions with { HistoryEntryState = result.ErrorMessage });
3 references to HistoryEntryState
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteNavigationManager.cs (1)
128var shouldContinueNavigation = await NotifyLocationChangingAsync(uri, options.HistoryEntryState, false);
Microsoft.AspNetCore.Components.WebAssembly (1)
Services\WebAssemblyNavigationManager.cs (1)
63var shouldContinueNavigation = await NotifyLocationChangingAsync(uri, options.HistoryEntryState, false);
Microsoft.AspNetCore.Components.WebView (1)
Services\WebViewNavigationManager.cs (1)
67var shouldContinueNavigation = await NotifyLocationChangingAsync(uri, options.HistoryEntryState, false);