15 references to LocationChanged
Aspire.Dashboard (2)
Components\Layout\DesktopNavMenu.razor.cs (2)
44
NavigationManager.
LocationChanged
+= OnLocationChanged;
68
NavigationManager.
LocationChanged
-= OnLocationChanged;
Aspire.Dashboard.Components.Tests (3)
Pages\ConsoleLogsTests.cs (1)
87
navigationManager.
LocationChanged
+= (sender, e) =>
Pages\MetricsTests.cs (2)
81
navigationManager.
LocationChanged
+= (s, a) =>
261
navigationManager.
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)
107
NavigationManager.
LocationChanged
+= OnLocationChanged;
148
NavigationManager.
LocationChanged
-= OnLocationChanged;
Microsoft.AspNetCore.Components.Web (2)
Routing\NavLink.cs (2)
61
NavigationManager.
LocationChanged
+= OnLocationChanged;
90
NavigationManager.
LocationChanged
-= OnLocationChanged;