@model MileageTraker.Web.ViewModels.CreateLogViewModel @{ ViewBag.Title = "Enter Mileage Log"; ViewBag.PageStyle = "~/Content/CreateLog/Index.css"; Layout = "~/Views/Shared/_Layout.min.cshtml"; } @using (Html.BeginForm("Index", "CreateLog", FormMethod.Post)) { @:
@ViewBag.Title @Html.ValidationSummary(true) @Html.EditorForModel()
@:
}