view Agendas/trunk/src/Agendas.Web/Views/Shared/_LogOnPartial.cshtml @ 248:da9c295e9fa1

Nro de versión en el footer
author nelopauselli
date Fri, 07 Oct 2011 13:02:13 -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") ]
}