1 write to Location
Microsoft.AspNetCore.Components (1)
Routing\LocationChangedEventArgs.cs (1)
18Location = location;
4 references to Location
Aspire.Dashboard.Components.Tests (2)
Pages\MetricsTests.cs (2)
82loadRedirect = new Uri(a.Location); 175Assert.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)
100var shouldBeActiveNow = ShouldMatch(args.Location);