Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
单击按钮后,我在网格中显示数据。在网格中排序属性的值为真。所以问题是,当我按下网格中的链接对特定列或下一页进行排序时,它会调用该操作的 get 方法,结果为无。我怎么能做到这一点????提前致谢....
这不会是FormCollection因为您没有发布数据。看看QueryString。
FormCollection
QueryString
public ActionResult NewUser(FormCollection formCollection) { String roleValue1 = formCollection["inputRole"]; }