The Bundle type exposes the following members.
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | Bundle |
Methods
Name | Description | |
---|---|---|
![]() ![]() | ClearPreprocessors | |
![]() ![]() | ConfigureDefaults |
Provides access to a mutable static configuration. Changes made to this configuration will be applied to all future bundles created.
|
![]() ![]() | Css |
Create a CSS bundle.
|
![]() ![]() | Css(IDebugStatusReader) |
Create a CSS bundle with non default IDebugStatusReader.
|
![]() ![]() | JavaScript |
Create a javascript bundle.
|
![]() ![]() | JavaScript(IDebugStatusReader) |
Create a javascript bundle with non default IDebugStatusReader.
|
![]() ![]() | RegisterGlobalPreprocessor T |
Register a preprocessor instance to be used for all bundle types.
|
![]() ![]() | RegisterScriptPreprocessor T |
Register a preprocessor instance to be used for script bundles.
|
![]() ![]() | RegisterStylePreprocessor T |
Register a preprocessor instance to be used for all style bundles.
|
See Also