@using System.Security.Claims @ViewData["Title"] - VCart @await RenderSectionAsync("Style", required: false)
VCart
  • Home
  • Privacy
@if (!User.Identity.IsAuthenticated) {
  • Login
} else {
  • @User.FindFirst("FullName").Value
    Sair @* Action Another action
    Something else here *@
  • @*
  • @User.FindFirst("FullName").Value
  • *@
}
@RenderBody() @*
*@
© 2024 - VCart - Privacy
@await RenderSectionAsync("Scripts", required: false)