Template Documentation
BundleConfig Class |
Class to configure all the bundles of the MVC app
Inheritance Hierarchy
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
Name | Description | |
---|---|---|
BundleConfig | Initializes a new instance of the BundleConfig class |
Methods
Name | Description | |
---|---|---|
RegisterBundles |
Register all the bundles for styles and scripts
|
See Also