3 references to HistoryEntryState
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteNavigationManager.cs (1)
100var 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);