使用mvc分页获取表单集合值

时间:2014-02-06 10:42:22

标签: asp.net-mvc-4

如何在分页时获取表单集合值?当我提交表格然后我可以获得表格收集价值。当点击下一页然后我无法获得表单集合值。那么我们需要在寻呼机中改变什么呢?

请建议我

public ActionResult index(FormCollection fc, int? page)
{

}

1 个答案:

答案 0 :(得分:0)

Please , page id make a first and must be pass default=0



   public ActionResult index( int page, FormCollection fc)
    {

    }