4 references to HistoryEntryState
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteNavigationManager.cs (1)
128var shouldContinueNavigation = await NotifyLocationChangingAsync(uri, options.HistoryEntryState, false);
Microsoft.AspNetCore.Components.WebAssembly (2)
Services\WebAssemblyNavigationManager.cs (2)
61var shouldContinueNavigation = await NotifyLocationChangingAsync(uri, options.HistoryEntryState, false); 69NavigationManagerInterop.NavigateTo(uri, options.ForceLoad, options.ReplaceHistoryEntry, options.HistoryEntryState);
Microsoft.AspNetCore.Components.WebView (1)
Services\WebViewNavigationManager.cs (1)
67var shouldContinueNavigation = await NotifyLocationChangingAsync(uri, options.HistoryEntryState, false);