c# - MVC Ajax.beginform 自定义确认对话

标签 c# asp.net-mvc asp.net-ajax

是否可以通过以下方式实现我自己的确认对话?

Ajax.BeginForm(new AjaxOptions { Confirm ="" })

谢谢:)

最佳答案

如果您没有找到答案,请检查以下问题中实现的 (OnBegin) 函数: Ajax.BeginForm Confirmation Dialog onBeginForm() before triggering OnSuccessForm()

关于c# - MVC Ajax.beginform 自定义确认对话,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18918070/

相关文章:

c# - 方法可以静态化,但应该吗?

c# - 采用哪种 DAL 方法?

c# - XtraGridView 上的自定义 SUM 摘要

javascript - 从 ScriptManager.RegisterStartupScript 引发 Click 事件

css - 打印模态弹出窗口的内容

c# - 在 WPF 中使用 ObservableCollection<Dictionary<String, Object>> 作为 DataGrid Itemsource

c# - MVC 如何返回带有参数的 View

asp.net - 什么时候使用 Umbraco?

asp.net-mvc - 遭劫持的Umbraco HttpPost操作未触发

javascript - 在 .NET 3.5 中将 ExtJS 与 Asp.net 和 WCF 一起使用的最佳实践是什么?