Why is it removed: ASP.NET MVC CheckBoxList (without MVCContrib)

后端 未结 4 1006
醉梦人生
醉梦人生 2021-02-02 12:48

Why is the CheckBoxList removed from ASP.NET MVC preview release 5?

Currently I don\'t see any way in which I can create a list of checkboxes (with similar nam

4条回答
  •  南旧
    南旧 (楼主)
    2021-02-02 13:03

    I have my own implementation of CheckListBox which has support for ModelState. If you are interested it's in Un CheckBoxList que funciona en ASP.NET MVC. The post is in Spanish, but you shouldn't have any problems reading the code.

    What is interesting in Jeremiah solution is the fact that you can set the initial state of the checkboxes, something you can't do with my CheckListBox.

提交回复
热议问题