1 write to Location
Microsoft.AspNetCore.Components (1)
Routing\LocationChangedEventArgs.cs (1)
18
Location
= location;
6 references to Location
Aspire.Dashboard (1)
Components\Layout\DesktopNavMenu.razor.cs (1)
50
ProcessNavigationUri(e.
Location
);
Aspire.Dashboard.Components.Tests (3)
Pages\ConsoleLogsTests.cs (1)
90
Assert.EndsWith(expectedUrl, e.
Location
);
Pages\MetricsTests.cs (2)
83
loadRedirect = new Uri(a.
Location
);
264
Assert.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)
102
var shouldBeActiveNow = ShouldMatch(args.
Location
);