Binding checkbox to model and not return checked states in ASP.NET MVC
When binding checkboxes in a form to a list of models is it possible to return the List<Model>
instead of merely the string[]
of IDs of the checked boxes?
When binding checkboxes in a form to a list of models is it possible to return the List<Model>
instead of merely the string[]
of IDs of the checked boxes?