comparison Agendas/trunk/src/Agendas.Web/Views/Shared/_LogOnPartial.cshtml @ 10:c62b77fc33f4

website inicial
author nelo@MTEySS.neluz.int
date Sun, 13 Mar 2011 18:51:06 -0300
parents
children db4b1e2cae49
comparison
equal deleted inserted replaced
9:c90492faf268 10:c62b77fc33f4
1 @if(Request.IsAuthenticated) {
2 <text>Welcome <b>@Context.User.Identity.Name</b>!
3 [ @Html.ActionLink("Log Off", "LogOff", "Account") ]</text>
4 }
5 else {
6 @:[ @Html.ActionLink("Log On", "LogOn", "Account") ]
7 }