ASP.NET MVC多表单提交

时间:2022-10-18 17:44:19

多表单提交需要写清路径,以便主程序可以找到

方法一:直接写路径,

action="~/Home/other1"   "~"表示从根目录开始

方法2:@using(HTML.Beginform("other","Home"))

{}

方法3:超链接:@HTML.ActionLink()

type="button"  this.form.submit();

可以用TempData[""]=;

ViewBag和强类型数据不能跨动作

ajax的使用方法相同