ASP.NET Ajax 4 和 Ajax 控件工具包有什么区别

发布于 2024-10-27 20:10:16 字数 251 浏览 0 评论 0原文

我无法找到有关 ASP.NET Ajax 4 和 Ajax Control Toolkit 之间差异的明确解释。

  • 它们是来自 MS 的同一个库吗?

还使用 ScriptManager EnableCDN 属性将所有 ASP.NET 框架脚本请求重定向到 Microsoft Ajax ...我也将从 ASP.NET Ajax 4 和 Ajax Control Toolkit 获取所有库?

谢谢大家帮助我理解:-)

I'm not able to find a clear explanation about the difference between ASP.NET Ajax 4 and Ajax Control Toolkit.

  • Do they are the same library from MS?

Also using the ScriptManager EnableCDN property to redirect all ASP.NET framework script requests to the Microsoft Ajax ...I will get all library from ASP.NET Ajax 4 and Ajax Control Toolkit too?

Thanks guys to help me understand :-)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

清风不识月 2024-11-03 20:10:16

ASP.NET AJAX 是基础 AJAX 库,现在是 ASP.NET 框架的一部分,因此受到 Microsoft 的支持。它仅包括脚本管理器、UpdatePanel 等控件,让您可以使用 ASP.NET 创建 AJAX 化应用程序。

AjaxControlToolkit 是一个“ToolKit”项目,提供可在项目中使用的 AJAX 控件。它使用 ASP.NET AJAX 基础库来创建这些控件。由于它是一个 Codeplex 项目,微软官方不会提供任何支持(您将获得社区支持)。

更新:关于CDN部分,我可以在stackoverflow上看到这个问题,我自己没有尝试过。 使用 ScriptManager/ToolkitManager 从 Microsoft 的 CDN 加载 AjaxControlToolkit 脚本

ASP.NET AJAX is the base AJAX library which is now part of the ASP.NET framework, so it is supported by Microsoft. It only includes the controls like Script manager, UpdatePanel, etc which will let you create AJAXified applications using ASP.NET.

AjaxControlToolkit is a "ToolKit" project to provide AJAX controls that you can use in you projects. It uses the ASP.NET AJAX base library for creating these controls. As it is a Codeplex project, no support will be provided by Microsoft officially(You will get community support).

Update: About the CDN part, I could see this question on stackoverflow, I haven't tried it myself. Loading AjaxControlToolkit Scripts from Microsoft's CDN using ScriptManager/ToolkitManager

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文