本文介绍了ScriptBundle中的{version}是什么(“〜/scripts/jquery- {version} .js")的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我尝试开始使用MVC SPA应用程序,并且在BundleConfig中注意到以下内容:
I try to get started with MVC SPA apps, and I noticed in BundleConfig the following:
ScriptBundle("~/scripts/jquery-{version}.js")
这是如何工作的?什么是{version}?它来自何处?
How this works? What is {version} and where it it taken from?
在哪里可以找到更多信息,BundleConfig的工作方式以及如何对其进行自定义?
And where can find more information this, how BundleConfig works and how to customize it?
谢谢
推荐答案
请参见此答案问题.
还请查看此链接. 捆绑和优化部分讨论了{version}
标签的使用.
Also, check out this link. The Bundling and Optimization section discusses the use of the {version}
tag.
这篇关于ScriptBundle中的{version}是什么(“〜/scripts/jquery- {version} .js")的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!