view Agendas/trunk/src/Agendas.Web/Views/Shared/_LogOnPartial.cshtml @ 219:b9850b647a4e

Agregando alta de ponente durante la carga del evento
author nelopauselli
date Thu, 08 Sep 2011 11:22:10 -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") ]
}