C# Class EventSourcingCqrsSample.WebApp.BundleConfig

This represents the config entity for bundles.
Afficher le fichier Open project: devkimchi/EventSourcing-CQRS-Sample

Méthodes publiques

Méthode Description
RegisterBundles ( this bundles ) : void

Registers bundled JavaScripts and CSS files.

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

Method Details

RegisterBundles() public static méthode

Registers bundled JavaScripts and CSS files.
For more information on bundling, visit http://go.microsoft.com/fwlink/?LinkId=301862
public static RegisterBundles ( this bundles ) : void
bundles this The instance.
Résultat void