Esempio n. 1
0
 protected override void CreateBundle(string bundleName, List <BundleTagHelperItem> bundleItems)
 {
     BundleManager.CreateScriptBundle(
         bundleName,
         configuration => bundleItems.ForEach(bi => bi.AddToConfiguration(configuration))
         );
 }