7 references to NotifyLocationChanged
Microsoft.AspNetCore.Components (1)
NavigationManager.cs (1)
468/// <see cref="NotifyLocationChanged(bool)"/> until they have first confirmed the navigation by calling
Microsoft.AspNetCore.Components.Server (2)
Circuits\RemoteNavigationManager.cs (2)
45NotifyLocationChanged(isInterceptedLink: false); 74NotifyLocationChanged(intercepted);
Microsoft.AspNetCore.Components.Tests (2)
RouteViewTest.cs (1)
174NotifyLocationChanged(false);
Routing\RouterTest.cs (1)
276NotifyLocationChanged(intercepted);
Microsoft.AspNetCore.Components.WebAssembly (1)
Services\WebAssemblyNavigationManager.cs (1)
43NotifyLocationChanged(isInterceptedLink);
Microsoft.AspNetCore.Components.WebView (1)
Services\WebViewNavigationManager.cs (1)
29NotifyLocationChanged(intercepted);