view Agendas/trunk/src/Agendas.Web/Views/Shared/_LogOnPartial.cshtml @ 40:c49ba9697ca5

Modificacion para probar Hg
author cpeix
date Fri, 18 Mar 2011 11:50:51 -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") ]
}