%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<$safeprojectname$.Models.LoginModel>" %> Your Account <%: Html.ActionLink("Back", "Index", "Home", null, new { data_icon = "arrow-l", data_rel = "back" }) %> Your Account Logged in as <%: Page.User.Identity.Name %>. <%: Html.ActionLink("Change password", "ChangePassword") %> <%: Html.ActionLink("Log off", "LogOff") %>
Logged in as <%: Page.User.Identity.Name %>.