15 references to LocationChanged
Aspire.Dashboard (2)
Components\Layout\DesktopNavMenu.razor.cs (2)
44NavigationManager.LocationChanged += OnLocationChanged; 68NavigationManager.LocationChanged -= OnLocationChanged;
Aspire.Dashboard.Components.Tests (3)
Pages\ConsoleLogsTests.cs (1)
87navigationManager.LocationChanged += (sender, e) =>
Pages\MetricsTests.cs (2)
81navigationManager.LocationChanged += (s, a) => 261navigationManager.LocationChanged += (sender, e) =>
Microsoft.AspNetCore.Components (8)
LocationChangeException.cs (1)
7/// An exception thrown when <see cref="NavigationManager.LocationChanged"/> throws an exception.
NavigationManager.cs (4)
51/// Setting <see cref="BaseUri" /> will not trigger the <see cref="LocationChanged" /> event. 75/// Setting <see cref="Uri" /> will not trigger the <see cref="LocationChanged" /> event. 95/// Setting <see cref="HistoryEntryState" /> will not trigger the <see cref="LocationChanged" /> event. 292/// 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)
107NavigationManager.LocationChanged += OnLocationChanged; 148NavigationManager.LocationChanged -= OnLocationChanged;
Microsoft.AspNetCore.Components.Web (2)
Routing\NavLink.cs (2)
61NavigationManager.LocationChanged += OnLocationChanged; 90NavigationManager.LocationChanged -= OnLocationChanged;