mvc3删除前提示

@Html.ActionLink("删除", "Delete", new { id = 1}, new { onclick = "return confirm('确认删除吗?')" })

@Ajax.ActionLink("Click Me", "GetDetail", new AjaxOptions { HttpMethod = "POST", OnSuccess = "handleSuccess" })
原文地址:https://www.cnblogs.com/zuolijun/p/2875996.html