Template Documentation
BundleConfigRegisterBundles Method |
Register all the bundles for styles and scripts
Namespace: Template.Web.App_Start
Assembly: Template.Web (in Template.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static void RegisterBundles( BundleCollection bundles )
Parameters
- bundles
- Type: BundleCollection
Used to register the bundles
See Also