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)
98return await NotifyLocationChangingAsync(uri, state, intercepted); 128var shouldContinueNavigation = await NotifyLocationChangingAsync(uri, options.HistoryEntryState, false);