使用 ajax.ActionLinkall 可以正常工作,但永远不会触发 OnComplete 函数。
代码是:
@Ajax.ActionLink(User.Identity.Name,"UserSettings","Account", new AjaxOptions() { HttpMethod = "Get", UpdateTargetId = "conteudoDinamico", OnComplete=" _loadDialogSettings " })
我没有收到任何错误,只有函数 _loadDialogSettings 从未被调用。
有什么我想念的吗?