view Agendas/trunk/src/Agendas.Web/Views/Shared/_LogOnPartial.cshtml @ 37:90f0cab1febc

Sugerencia de resharper sobre optimización
author nelo@MTEySS.neluz.int
date Thu, 17 Mar 2011 17:04:03 -0300
parents c62b77fc33f4
children db4b1e2cae49
line wrap: on
line source

@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") ]
}