練習筆記...
[實作步驟]
1. 在「App_Start」資料夾自行建立「BundleConfig.cs」
2. 在Global.asax.cs 註冊Bundles
BundleConfig.RegisterBundles(BundleTable.Bundles);
3. Web.Config新增Optimization 命名空間
<namespaces>
<add namespace="System.Web.Optimization"/>
</namespaces>
[使用方法]
@Styles.Render("~/Content/css”)
@Scripts.Render("~/Scripts/bootstrap”)
@Scripts.Render("~/Scripts/jquery”)
Ref:
http://demo.tc/post/779
http://aspnetmars.blogspot.tw/2016/05/aspnet-mvc-bundleconfig.html
沒有留言:
張貼留言