@model MileageTraker.Web.ViewModels.CreateLog.ConfirmCreateLogViewModel @{ ViewBag.Title = "Confirm"; Layout = "~/Views/Shared/_Layout.cshtml"; } @section Styles { } @* ReSharper disable Mvc.ActionNotResolved *@ @using (Html.BeginForm("Action", "CreateLog", FormMethod.Post)) { @* ReSharper restore Mvc.ActionNotResolved *@
}