Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Visual Studio 2013 中使用捆绑包时,缓存如下:
<link href="/bundles/sampleCss?v=fWN2j-N0EDP-5nxnBDxsSC0LGpCTgC5uV4sGoppoO-g1" rel="stylesheet"/>
如何为名称设置不同的值?也许更具描述性 - 比如时间戳?我想知道我是否可以覆盖设置该名称的东西......?
好像有人创建了一个捆绑扩展包
https://github.com/unger/Bundling.Extensions
它应该可以帮助您弄清楚需要做什么,或者您可以直接使用它。