dropdownlist in mvc 5 razor example
Example 1: class selector to property in asp net core dropdown
Example 2: generate a dropdown list from array data using razor .net mvc
@Html.DropDownList("myList", ViewBag.myList as SelectList)
@Html.DropDownList("myList", ViewBag.myList as SelectList)