1 write to Location
Microsoft.AspNetCore.Components (1)
Routing\LocationChangedEventArgs.cs (1)
18Location = location;
6 references to Location
Aspire.Dashboard (1)
Components\Layout\DesktopNavMenu.razor.cs (1)
50ProcessNavigationUri(e.Location);
Aspire.Dashboard.Components.Tests (3)
Pages\ConsoleLogsTests.cs (1)
90Assert.EndsWith(expectedUrl, e.Location);
Pages\MetricsTests.cs (2)
83loadRedirect = new Uri(a.Location); 264Assert.EndsWith(expectedUrl, e.Location);
Microsoft.AspNetCore.Components (1)
Routing\Router.cs (1)
316_locationAbsolute = args.Location;
Microsoft.AspNetCore.Components.Web (1)
Routing\NavLink.cs (1)
102var shouldBeActiveNow = ShouldMatch(args.Location);