Mineplex2018-withcommit/Website/Nautilus.Web.Impulse/Views/Shared/_LogOnPartial.cshtml

8 lines
220 B
Plaintext

@if(Request.IsAuthenticated) {
<text>Welcome <b>@Context.User.Identity.Name</b>!
[ @Html.ActionLink("Log Off", "LogOff", "Account") ]</text>
}
else {
@:[ @Html.ActionLink("Log On", "LogOn", "Account") ]
}