Guest User

Untitled

a guest
Jul 22nd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. @{
  2. if (User.Identity.IsAuthenticated)
  3. {
  4. <text>Hello </text>
  5. @Html.Display("@ViewBag.UserName") <text> - </text>
  6. @Html.ActionLink("Sign Out", "LogOff", "Account", null, new { style = "font-weight: bold;" })
  7. }
  8. }
Add Comment
Please, Sign In to add comment