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

mvc 将View页面中的值传到Controller中请问我如何将mvc中View页面中的值传到Controller中,并且可以在Contr

mvc 将View页面中的值传到Controller中
请问我如何将mvc中View页面中的值传到Controller中,并且可以在Controller中的其它action方法中使用


[解决办法]
通过参数 调用 Action