Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Web/Views/Shared/_LogOnPartial.cshtml @ 222:68b09c30b0d2
Separando los test de persistencia en un proyecto aparte
author | nelopauselli |
---|---|
date | Mon, 19 Sep 2011 18:18:17 -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") ] }