@model MileageTraker.Web.ViewModels.Account.RegisterModel @{ ViewBag.Title = "Register"; } @ViewBag.Title Create a new account. @using (Html.BeginForm()) { @Html.AntiForgeryToken() @Html.Partial("_ValidationSummary")