3 writes to HistoryEntryState
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteNavigationManager.cs (1)
92HistoryEntryState = state;
Microsoft.AspNetCore.Components.WebAssembly (1)
Services\WebAssemblyNavigationManager.cs (1)
42HistoryEntryState = state;
Microsoft.AspNetCore.Components.WebView (1)
Services\WebViewNavigationManager.cs (1)
28HistoryEntryState = state;
7 references to HistoryEntryState
Microsoft.AspNetCore.Components (2)
NavigationManager.cs (2)
114/// Setting <see cref="HistoryEntryState" /> will not trigger the <see cref="LocationChanged" /> event. 398HistoryEntryState = HistoryEntryState
Microsoft.AspNetCore.Components.WebAssembly.Authentication (5)
RemoteAuthenticatorViewCore.cs (5)
130builder.AddContent(0, LogInFailed(Navigation.HistoryEntryState)); 139builder.AddContent(0, LogOutFailed(Navigation.HistoryEntryState)); 281if (Navigation.HistoryEntryState != null && !ValidateSignOutRequestState()) 389if (string.IsNullOrEmpty(Navigation.HistoryEntryState)) 394_cachedRequest = InteractiveRequestOptions.FromState(Navigation.HistoryEntryState);