我想下载最新版本的Microsoft jQuery Unobtrusive Validation,但是我不喜欢使用NuGet,因为我无法告诉它在我的项目结构中安装软件包的位置。
Microsoft是否将这些文件托管在我可以直接访问的位置?
答案 0 :(得分:36)
我在下面提到的页面上没有(但是?)ASP.NET MVC 5.2的文件,但这些链接是有效的:
[从Maxime's answer复制到此问题。]
我找到了一个页面 - Microsoft Ajax Content Delivery Network - ASP.NET Ajax Library - 列出了可以下载的几个版本的文件。
以下是我通过搜索该页面找到的“不引人注目的”:
ASP.NET MVC 5.1
http://ajax.aspnetcdn.com/ajax/mvc/5.1/jquery.validate.unobtrusive.js http://ajax.aspnetcdn.com/ajax/mvc/5.1/jquery.validate.unobtrusive.min.js
ASP.NET MVC 5.0
http://ajax.aspnetcdn.com/ajax/mvc/5.0/jquery.validate.unobtrusive.js http://ajax.aspnetcdn.com/ajax/mvc/5.0/jquery.validate.unobtrusive.min.js
ASP.NET MVC 4.0
http://ajax.aspnetcdn.com/ajax/mvc/4.0/jquery.validate.unobtrusive.js http://ajax.aspnetcdn.com/ajax/mvc/4.0/jquery.validate.unobtrusive.min.js
ASP.NET MVC 3.0
http://ajax.aspnetcdn.com/ajax/mvc/3.0/jquery.unobtrusive-ajax.js http://ajax.aspnetcdn.com/ajax/mvc/3.0/jquery.unobtrusive-ajax.min.js http://ajax.aspnetcdn.com/ajax/mvc/3.0/jquery.validate.unobtrusive.js http://ajax.aspnetcdn.com/ajax/mvc/3.0/jquery.validate.unobtrusive.min.js
...
答案 1 :(得分:10)
以下是链接:
jQuery Unobtrusive for ASP.NET MVC 5.2.3
http://ajax.aspnetcdn.com/ajax/mvc/5.2.3/jquery.validate.unobtrusive.js
http://ajax.aspnetcdn.com/ajax/mvc/5.2.3/jquery.validate.unobtrusive.min.js
jQuery Unobtrusive for ASP.NET MVC 5.2.2
http://ajax.aspnetcdn.com/ajax/mvc/5.2.2/jquery.validate.unobtrusive.js
http://ajax.aspnetcdn.com/ajax/mvc/5.2.2/jquery.validate.unobtrusive.min.js
jQuery Unobtrusive for ASP.NET MVC 5.2
http://ajax.aspnetcdn.com/ajax/mvc/5.2/jquery.validate.unobtrusive.js
http://ajax.aspnetcdn.com/ajax/mvc/5.2/jquery.validate.unobtrusive.min.js
通过使用这些文件,您还需要包含jquery.validate(.min).js。可以找到最新的文件:
jQuery验证
http://www.asp.net/ajax/cdn#jQuery_Validation_Releases_on_the_CDN_3 要么 http://jqueryvalidation.org/
您可以浏览所有需要的库的 Microsoft Ajax CDN :http://www.asp.net/ajax/cdn
答案 2 :(得分:0)
由Google code.google.com
提供/托管