@using System.Security.Claims @ViewData["Title"] - SumaTube @await RenderSectionAsync("Styles", required: false)
SumaTube
  • Home
  • Privacy
  • Planos
@if (User!=null && User.Identity!=null && !User.Identity.IsAuthenticated) {
  • Login
} else {
  • @(User.FindFirst("FullName")!=null ? User.FindFirst("FullName").Value : "N/A")
    Sair @* Action Another action
    Something else here *@
  • @*
  • @User.FindFirst("FullName").Value
  • *@
}
@RenderBody() @*
*@
© 2024 - SumaTube - Privacy
@await RenderSectionAsync("Scripts", required: false)