Extending Dropdown html helper to add data attributes from extended SelectListItem

前端 未结 0 1518
再見小時候
再見小時候 2020-12-12 06:21
//working version with Ienumerable
@Html.FormFieldFor(model => model.AgencyId, attributes: new { SelectItems = Model.AllAgencies })

//outp         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题