3 references to NavigationManager
Aspire.Dashboard (3)
Components\Layout\MobileNavMenu.razor.cs (1)
33
NavigationManager
.NavigateTo(url);
Components_Layout_MobileNavMenu_razor.g.cs (2)
291
var isActive = item.LinkMatchRegex is not null && item.LinkMatchRegex.IsMatch($"/{
NavigationManager
.ToBaseRelativePath(
NavigationManager
.Uri)}");