How to perform a simple multiple selection in a table ASP.NET MVC4

后端 未结 2 819
情歌与酒
情歌与酒 2021-01-27 19:45

Here is what my view looks like:

@model Affiliate


2条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-01-27 20:37

    Use html checks inside form tag ( you could use helpers too) and post the model to a post action. MVC will serialize the model automatically

提交回复
热议问题