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