Here Mudassar Ahmed Khan has explained with an example, how to pass (send) multiple CheckBox values from View to Controller in ASP.Net MVC Razor.
Multiple CheckBoxes will be populated from database and when the Form is submitted the values of all the CheckBoxes (Checked and Unchecked) will be sent to the Controller in ASP.Net MVC Razor.
↧