且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

将数据从视图传递到ASP.NET MVC中的控制器

更新时间:2023-02-25 19:14:35

尝试将按钮更改为SUBMIT.

替换

Try changing the BUTTON to SUBMIT.

Replace

<input type="button" value="Create" onclick="" />




with

<input type="submit" value="Create" onclick="" />