<%@ Page Language="VB" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %> Links <% If Request.IsAuthenticated Then %> Welcome <%: Page.User.Identity.Name %>! [ <%: Html.ActionLink("Log Off", "LogOff", "Account")%> ]

Links

Put content here.

<% Else %> [ <%: Html.ActionLink("Log On", "LogOn", "Account")%> ] <% End If %>