3 references to HistoryEntryState
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteNavigationManager.cs (1)
100
var shouldContinueNavigation = await NotifyLocationChangingAsync(uri, options.
HistoryEntryState
, false);
Microsoft.AspNetCore.Components.WebAssembly (1)
Services\WebAssemblyNavigationManager.cs (1)
63
var shouldContinueNavigation = await NotifyLocationChangingAsync(uri, options.
HistoryEntryState
, false);
Microsoft.AspNetCore.Components.WebView (1)
Services\WebViewNavigationManager.cs (1)
67
var shouldContinueNavigation = await NotifyLocationChangingAsync(uri, options.
HistoryEntryState
, false);