<%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %> Log On

Log On

<% using (Html.BeginForm()) { %> <%: Html.ValidationSummary(true, "Login was unsuccessful. Please correct the errors and try again.") %>
Account Information
<%: Html.LabelFor(m => m.UserSuppliedIdentifier) %>
<%: Html.TextBoxFor(m => m.UserSuppliedIdentifier) %> <%: Html.ValidationMessageFor(m => m.UserSuppliedIdentifier) %>
<%: Html.CheckBoxFor(m => m.RememberMe) %> <%: Html.LabelFor(m => m.RememberMe) %>

<% } %>