mvc3删除前提示

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

@Ajax.ActionLink("Click Me", "GetDetail", new AjaxOptions { HttpMethod = "POST", OnSuccess = "handleSuccess" })
posted @ 2013-01-25 09:11  左立军  阅读(177)  评论(0编辑  收藏  举报