是否有一些簡單的方法來處理來自同一表單的多個提交按鈕?例: <% Html.BeginForm("MyAction", "MyController", FormMethod.Post); %> <input type="submit" ...
確定! 回上一頁