C# Class Suteki.TardisBank.Web.Mvc.BundleConfig

Configures script and CSS bundles.
Afficher le fichier Open project: sharparchitecture/Sharp-Architecture

Méthodes publiques

Méthode Description
RegisterBundles ( BundleCollection bundles ) : void

Register scripts. For more information on bundling, visit http://go.microsoft.com/fwlink/?LinkId=301862

Method Details

RegisterBundles() public static méthode

Register scripts. For more information on bundling, visit http://go.microsoft.com/fwlink/?LinkId=301862
public static RegisterBundles ( BundleCollection bundles ) : void
bundles BundleCollection
Résultat void