gpt4 book ai didi

asp.net - 通过 ASP.NET 4.5 WebForms 中的 bundle.config 与 BundleConfig.cs 捆绑资源

转载 作者:行者123 更新时间:2023-12-03 07:51:10 29 4
gpt4 key购买 nike

关于 ASP.NET 4.5 的新 System.Web.Optimization/Microsoft.AspNet.Web.Optimization:

任何人都可以使用 解释捆绑资源使用的不同之处吗? BundleConfig.cs 类文件而不是 bundle.config xml文件?

我见过一些 articles显示在 BundleConfig.cs 中捆绑了 js 和 css,而 others在 BundleConfig.cs 中显示捆绑 js,在 bundle.config 中显示 css。

我想我不明白 #1) 为什么你不会为了简单起见只用一种特定的方式来做它们 - 以及 #2) 为什么有人更喜欢在类文件中对这样的资源进行硬编码?将它们放在一个 xml 文件中似乎是一种更加动态的方法,如有必要,该文件可以即时更改。

似乎更多的文章实际上倾向于使用 BundleConfig.cs,而不是其他任何东西。是否有一些特别的利弊鼓励这种做法?

另外,如果有关于 System.Web.Optimization 的任何真实文档,我很想知道位置(因为我肯定找不到它)。

谢谢-

最佳答案

这份文档比我以往任何时候都更好地解释了这一切
http://www.asp.net/mvc/tutorials/mvc-4/bundling-and-minification
最好的事情之一是:

The bundling framework follows several common conventions such as:

Selecting “.min” file for release when “FileX.min.js” and “FileX.js”exist.

Selecting the non “.min” version for debug. Ignoring “-vsdoc”files (such as jquery-1.7.1-vsdoc.js), which are used only byIntelliSense.

关于asp.net - 通过 ASP.NET 4.5 WebForms 中的 bundle.config 与 BundleConfig.cs 捆绑资源,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13726956/

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