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