.NET Core Check, czy użytkownik jest zalogowany
@if(!User.Identity.IsAuthenticated)
{
...
}
Caemenium
@if(!User.Identity.IsAuthenticated)
{
...
}