Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Web/Views/Shared/_LogOnPartial.cshtml @ 110:a456eb519e23
Lanzando twitts desde el sitio con la cuenta de AltNetHispanoDESA
author | Nelo@Kenia.neluz.int |
---|---|
date | Wed, 08 Jun 2011 07:33:14 -0300 |
parents | db4b1e2cae49 |
children | f6e4af3a0b09 |
line wrap: on
line source
@if(Request.IsAuthenticated) { <text>Welcome <b>@Html.DisplayName()</b>! [ @Html.ActionLink("Log Off", "LogOff", "Account") ]</text> } else { @:[ @Html.ActionLink("Log On", "LogOn", "Account") ] }