摘要:
在Controller里可以用FormCollection去取得View上控件的值,不过Button类型的取不到。例子如下: public ActionResult Allot(FormCollection _formCollection) { string[] str = _formCollection["functions"].ToString().Split(','); int s = int.Parse(_formCollection["authorityid"]);}前台代码 <span>权限名称:@k ... 阅读全文
posted @ 2012-08-30 11:11
Buu
阅读(1045)
评论(0)
推荐(0)

浙公网安备 33010602011771号