@using System.Security.Claims @ViewData["Title"] - PostAll @await RenderSectionAsync("Styles", required: false)
PostAll
  • Home
  • Privacy
  • Planos
  • @if (User!=null && User.Identity!=null && User.Identity.IsAuthenticated) {
  • Sites
  • Postagens
  • }
@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 - PostAll - Privacy
@await RenderSectionAsync("Scripts", required: false)