@code { [Inject] NavigationManager NavigationManager { get; set; } private void NavigateTo(string url) { NavigationManager.NavigateTo(url); } }