2014年3月28日

MVC的BundleConfig类

摘要: 在BundleConfig.cs文件中,包含了一些应用程序中使用的脚本和样式表的文件路径。并可以使用通配符。示例如下:using System.Web;using System.Web.Optimization;namespace Web{ public class BundleConfig { // 有关 Bundling 的详细信息,请访问 http://go.microsoft.com/fwlink/?LinkId=254725 public static void RegisterBundles(BundleCollection bundles)... 阅读全文

posted @ 2014-03-28 11:10 儿时精神 阅读(877) 评论(0) 推荐(0)

导航