view Agendas/trunk/src/Agendas.Web/Views/Shared/_LogOnPartial.cshtml @ 277:7439d7a5f8d0

Warning HTML: Cambiado ALT por TITLE.
author juanjose.montesdeocaarbos
date Tue, 20 Dec 2011 08:28:33 -0300
parents f6e4af3a0b09
children
line wrap: on
line source

@if(Request.IsAuthenticated) {
    <text>Bienvenido <b>@Html.DisplayName()</b>!
    [ @Html.ActionLink("Salir", "LogOff", "Account") ]</text>
}
else {
    @:[ @Html.ActionLink("Ingresar", "LogOn", "Account") ]
}