@model MileageTraker.Web.ViewModels.SelectListViewModel @{ Layout = "~/Views/Shared/EditorTemplates/_FieldLayout.cshtml"; } @Html.DropDownListFor(m => m.Selected, Model.Available, string.Empty)