是否有一些简单的方法可以处理来自同一表单的多个提交按钮?例如: <% Html.BeginForm("MyAction", "MyController", FormMethod.Post); %> <input type="submit" ...
確定! 回上一頁