@{ ViewBag.Title = "NewJob"; } @using (Html.BeginForm("NewJob", "Job", FormMethod.Post, new { role = "form" })) { @Html.Partial("JobEditor") }