17 references to LocationChanged
Aspire.Dashboard (2)
Components\Layout\DesktopNavMenu.razor.cs (2)
44NavigationManager.LocationChanged += OnLocationChanged; 69NavigationManager.LocationChanged -= OnLocationChanged;
Aspire.Dashboard.Components.Tests (3)
Pages\ConsoleLogsTests.cs (1)
146navigationManager.LocationChanged += (sender, e) =>
Pages\MetricsTests.cs (2)
129navigationManager.LocationChanged += (s, a) => 332navigationManager.LocationChanged += (sender, e) =>
Microsoft.AspNetCore.Components (10)
LocationChangeException.cs (1)
7/// An exception thrown when <see cref="NavigationManager.LocationChanged"/> throws an exception.
NavigationManager.cs (4)
71/// Setting <see cref="BaseUri" /> will not trigger the <see cref="LocationChanged" /> event. 95/// Setting <see cref="Uri" /> will not trigger the <see cref="LocationChanged" /> event. 115/// Setting <see cref="HistoryEntryState" /> will not trigger the <see cref="LocationChanged" /> event. 330/// Triggers the <see cref="LocationChanged"/> event with the current URI value.
Routing\LocationChangedEventArgs.cs (1)
7/// <see cref="EventArgs" /> for <see cref="NavigationManager.LocationChanged" />.
Routing\Router.cs (2)
116NavigationManager.LocationChanged += OnLocationChanged; 180NavigationManager.LocationChanged -= OnLocationChanged;
Routing\SupplyParameterFromQueryValueProvider.cs (2)
110navigationManager.LocationChanged += OnLocationChanged; 121navigationManager.LocationChanged -= OnLocationChanged;
Microsoft.AspNetCore.Components.Web (2)
Routing\NavLink.cs (2)
61NavigationManager.LocationChanged += OnLocationChanged; 90NavigationManager.LocationChanged -= OnLocationChanged;