Html helper dropdown example with enum
@Html.DropDownListFor(m=>m.Cuisine,Html.GetEnumSelectList(typeof(CuisineType)))