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)
97navigationManager.LocationChanged += (sender, e) =>
Pages\MetricsTests.cs (2)
82navigationManager.LocationChanged += (s, a) => 270navigationManager.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)
72/// Setting <see cref="BaseUri" /> will not trigger the <see cref="LocationChanged" /> event. 96/// Setting <see cref="Uri" /> will not trigger the <see cref="LocationChanged" /> event. 116/// Setting <see cref="HistoryEntryState" /> will not trigger the <see cref="LocationChanged" /> event. 331/// 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)
117NavigationManager.LocationChanged += OnLocationChanged; 175NavigationManager.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;