@inject NavigationManager Navigation @layout MainLayout;

Page Not Found

The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.

@code { void GoHome() { Navigation.NavigateTo("/", true); } }