12 references to LocationChanged
Aspire.Dashboard.Components.Tests (2)
Pages\MetricsTests.cs (2)
80
navigationManager.
LocationChanged
+= (s, a) =>
172
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)
59
NavigationManager.
LocationChanged
+= OnLocationChanged;
88
NavigationManager.
LocationChanged
-= OnLocationChanged;