C# Class EventSourcingCqrsSample.WebApp.BundleConfig

This represents the config entity for bundles.
Exibir arquivo Open project: devkimchi/EventSourcing-CQRS-Sample

Public Methods

Method 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 method

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.
return void