Optimizer Class
Represents a standalone class for generating bundle responses outside of ASP.NET
Inheritance Hierarchy
System.Object
System.Web.Optimization.Optimizer
Namespace: System.Web.Optimization
Assembly: System.Web.Optimization (in System.Web.Optimization.dll)
Syntax
'Declaration
Public NotInheritable Class Optimizer
'Usage
public static class Optimizer
public ref class Optimizer abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Optimizer = class end
public final class Optimizer
The Optimizer type exposes the following members.
Methods
Name | Description | |
---|---|---|
BuildAllBundles | ||
BuildBundle | Builds a BundleResponse object from the declarations found in a bundle manifest file. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.