%@ Page Language="VB" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage(Of $safeprojectname$.LoginModel)" %> Su cuenta <%: Html.ActionLink("Atrás", "Index", "Home", Nothing, New With {.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 %>.