How do I implement a checkbox list in ASP.NET Core?

后端 未结 4 826
傲寒
傲寒 2021-01-30 13:20

I am looking to implement a checkboxlist in ASP.NET Core, but am facing some difficulties.

My ViewModel:

public class GroupIndexViewModel
{
    public          


        
4条回答
  •  Happy的楠姐
    2021-01-30 13:33

    I just tried this and it worked:

    
    

    without the checkbox, and then corresponding boolean value in model with hidden id and name.

提交回复
热议问题