本文介绍了如何将模型从视图传递到按钮上的不同控制器单击“Mvc3”的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何将模型从视图传递到MVC3中按钮上的不同控制器



例如:



i有2个模型,如银行和员工

按钮单击员工视图我想将员工模型传递给银行控制器



怎么可能?

How can i pass a Model from a View to a different controller on a button click in MVC3

For eg:

i have 2 Model like Bank and Employee
Button Click in Employee View i want to pass the Employee Model to the Bank Controller

How is it possible??

推荐答案


这篇关于如何将模型从视图传递到按钮上的不同控制器单击“Mvc3”的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 22:05