BundleConfig Class

Template MVC

BundleConfig Class

Class to configure all the bundles of the MVC app
Inheritance Hierarchy
SystemObject  Template.Web.App_StartBundleConfig

Namespace:  Template.Web.App_Start
Assembly:  Template.Web (in Template.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class BundleConfig

The BundleConfig type exposes the following members.

Constructors
  NameDescription
Public methodBundleConfig
Initializes a new instance of the BundleConfig class
Top
Methods
  NameDescription
Public methodStatic memberRegisterBundles
Register all the bundles for styles and scripts
Top
See Also