@using Microsoft.AspNetCore.Components.Routing @if (context == null || context.User.Identity ==null || !context.User.Identity.IsAuthenticated) { } else { } @* *@