@Html.ActionLink("删除", "Delete", new { id = 1}, new { onclick = "return confirm('确认删除吗?')" })
@Ajax.ActionLink("Click Me", "GetDetail", new AjaxOptions { HttpMethod = "POST", OnSuccess = "handleSuccess" })