gpt4 book ai didi

asp.net-mvc - AjaxHelper 不工作

转载 作者:行者123 更新时间:2023-12-04 07:10:47 26 4
gpt4 key购买 nike

我正在研究 ASP.NET MVC。

为了使用 AjaxHelper,我在 site.master 中插入了两个 javascript 文件,如下所示。

<script src="../../Scripts/MicrosoftMvcAjax.debug.js" type="text/javascript"></script>
<script src="../../Scripts/MicrosoftAjax.debug.js" type="text/javascript"></script>

然后我在 View 页面中使用了 AjaxHelper,但它不起作用。

所以,我改变了 javascript 文件的顺序如下。
<script src="../../Scripts/MicrosoftAjax.debug.js" type="text/javascript"></script>
<script src="../../Scripts/MicrosoftMvcAjax.debug.js" type="text/javascript"></script>

然后它起作用了:(

那么,我的问题是 JavaScript 文件效果的顺序是使用 AjaxHelper 类吗?

最佳答案

绝对地。 MVCAjax 类将需要引用更通用的 Ajax 类。因此,通用的首先被引用

关于asp.net-mvc - AjaxHelper 不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/379866/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com