Since DropDownList uses IEnumerable<SelectListItem> , change the view model to public class CompanyProfileModelView { public Company Company ...
確定! 回上一頁