当前位置: 代码迷 >> ASP.NET >> mvc 将View页面中的值传到Controller中解决思路
  详细解决方案

mvc 将View页面中的值传到Controller中解决思路

热度:8409   发布时间:2013-02-25 00:00:00.0
mvc 将View页面中的值传到Controller中
请问我如何将mvc中View页面中的值传到Controller中,并且可以在Controller中的其它action方法中使用


------解决方案--------------------------------------------------------
通过参数 调用 Action
  相关解决方案