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 });
5 references to HistoryEntryState
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteNavigationManager.cs (1)
128var shouldContinueNavigation = await NotifyLocationChangingAsync(uri, options.HistoryEntryState, false);
Microsoft.AspNetCore.Components.Web (2)
_generated\3\WebRendererSerializerContext.NavigationOptions.g.cs (2)
100Getter = static obj => ((global::Microsoft.AspNetCore.Components.NavigationOptions)obj).HistoryEntryState, 144writer.WriteString(PropName_HistoryEntryState, ((global::Microsoft.AspNetCore.Components.NavigationOptions)value).HistoryEntryState);
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);