Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Web/Views/Shared/_LogOnPartial.cshtml @ 25:e8d2be47a6b0
Cambios de nombre en Portal.Web (Agenda x Evento)
author | nelo@MTEySS.neluz.int |
---|---|
date | Tue, 15 Mar 2011 08:24:18 -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") ] }