0
通常我會使用@Ajax.ActionLink然後設置AjaxOptions或使用常規的JQuery Ajax函數來檢查成功。此問題特定於以下格式:Html.BeginForm是否有OnSuccess事件
using (Html.BeginForm("DoSomeAction", "ControllerName"))
{
<button>Submit</button>
}
如何正確檢查此調用的成功?