@using Microsoft.AspNetCore.Authentication
@if (!this.User.Identity.IsAuthenticated) {
} else {
Welcome, @User.Identity.Name!
}