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