%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<$safeprojectname$.Models.LoginModel>" %> Su cuenta <%: Html.ActionLink("Atrás", "Index", "Home", null, new { data_icon = "arrow-l", data_rel = "back" }) %> Su cuenta Ha iniciado sesión como <%: Page.User.Identity.Name %>. <%: Html.ActionLink("Cambiar contraseña", "ChangePassword") %> <%: Html.ActionLink("Cerrar sesión", "LogOff") %>
Ha iniciado sesión como <%: Page.User.Identity.Name %>.