.jpeg) |
Bundle |
Represents a list of file references to be bundled together as a single resource. |
.jpeg) |
BundleCollection |
Contains and manages the set of registered Bundle objects in an ASP.NET application. |
.jpeg) |
BundleContext |
Encapsulates the info needed to process a bundle request |
.jpeg) |
BundleDefinition |
Represents a bundle definition as specified by the bundle manifest. |
.jpeg) |
BundleFile |
Represents a single file within a bundle. |
.jpeg) |
BundleFileSetOrdering |
Encapsulates a named set of files with relative orderings, for example jquery or modernizer. |
.jpeg) |
BundleManifest |
Represents the XML configuration to configure the Bundles bundle collection. |
.jpeg) |
BundleModule |
Represents a module that enables bundling to intercept requests to bundle URLs. |
.jpeg) |
BundleResolver |
Represents a class that determine if a script reference is a bundle, and what it contains to prevent duplicate script references. |
.jpeg) |
BundleResponse |
Encapsulates the response data that will be sent for a bundle request. |
.jpeg) |
BundleTable |
Static holder class for the default bundle collection. |
.jpeg) |
CssMinify |
Represents a IBundleTransform that does CSS minification. |
.jpeg) |
CssRewriteUrlTransform |
Rewrites urls to be absolute so assets will still be found after bundling. |
.jpeg) |
DefaultBundleBuilder |
Represents the default logic which combines files in the bundle. |
.jpeg) |
DefaultBundleOrderer |
Provides default IBundleOrderer implementation which orders files in a bundle using FileSetOrderList. |
.jpeg) |
DynamicFolderBundle |
Represents a Bundle object that ASP.NET creates from a folder that contains files of the same type. |
.jpeg) |
FileExtensionReplacementList |
Represents a set of file extensions that will be used to select different files based on the OptimizationMode. |
.jpeg) |
IgnoreList |
A list of filename patterns to be ignored and thereby excluded from bundles. |
.jpeg) |
JsMinify |
Represents a BundleTransform that does CSS Minification. |
.jpeg) |
OptimizationSettings |
Configuration settings used by the Optimizer class to generate bundle responses outside of ASP.NET applications. |
.jpeg) |
Optimizer |
Represents a standalone class for generating bundle responses outside of ASP.NET |
.jpeg) |
PreApplicationStartCode |
Hooks up the BundleModule |
.jpeg) |
ScriptBundle |
Represents a bundle that does Js Minification. |
.jpeg) |
Scripts |
Represents a type that allows queuing and rendering script elements. |
.jpeg) |
StyleBundle |
Represents a bundle that does CSS minification. |
.jpeg) |
Styles |
Represents a helper class for rendering link elements. |