Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Web/Views/Shared/_LogOnPartial.cshtml @ 302:11dddcc9a862 tip
Historico de Eventos, no muestra bien la Url del Patrocinador.
author | juanjose.montesdeocaarbos |
---|---|
date | Tue, 14 Aug 2012 21:54:30 -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") ] }