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