csharp 在ASP.NET MVC中使用bundle

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了csharp 在ASP.NET MVC中使用bundle相关的知识,希望对你有一定的参考价值。

BundleTable.Bundles.Add(new ScriptBundle("~/Scripts/MyApp").Include("~/Scripts/App/*.js"));
BundleTable.Bundles.Add(new ScriptBundle("~/Scripts/jQuery", "http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"));
BundleTable.EnableOptimizations = true; //Enable minification and grouping in one GET request
BundleTable.Bundles.UseCdn = true; //second ScriptBundle constructor overload ake use of cdn, but you                                     // need to set UseCdn to	true also 

以上是关于csharp 在ASP.NET MVC中使用bundle的主要内容,如果未能解决你的问题,请参考以下文章

csharp 使用Typeahead与Asp.net MVC进行自动完成

csharp 在asp.net mvc中实现存储库模式

csharp 在asp.net mvc中实现工作单元模式

csharp ASP.NET MVC 5表单

csharp asp.net mvc模块属性

csharp ASP.NET MVC WebViewPageExtensions