3 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);