7 references to NotifyLocationChangingAsync
Microsoft.AspNetCore.Components (1)
NavigationManager.cs (1)
565
/// <see cref="
NotifyLocationChangingAsync
(string, string?, bool)"/>.
Microsoft.AspNetCore.Components.Server (2)
Circuits\RemoteNavigationManager.cs (2)
98
return await
NotifyLocationChangingAsync
(uri, state, intercepted);
128
var shouldContinueNavigation = await
NotifyLocationChangingAsync
(uri, options.HistoryEntryState, false);
Microsoft.AspNetCore.Components.WebAssembly (2)
Services\WebAssemblyNavigationManager.cs (2)
48
return await
NotifyLocationChangingAsync
(uri, state, intercepted);
63
var shouldContinueNavigation = await
NotifyLocationChangingAsync
(uri, options.HistoryEntryState, false);
Microsoft.AspNetCore.Components.WebView (2)
Services\WebViewNavigationManager.cs (2)
40
var shouldContinueNavigation = await
NotifyLocationChangingAsync
(uri, state, intercepted);
67
var shouldContinueNavigation = await
NotifyLocationChangingAsync
(uri, options.HistoryEntryState, false);