OptimizationSettings Class

Configuration settings used by the Optimizer class to generate bundle responses outside of ASP.NET applications.

Inheritance Hierarchy

System.Object
  System.Web.Optimization.OptimizationSettings

Namespace:  System.Web.Optimization
Assembly:  System.Web.Optimization (in System.Web.Optimization.dll)

Syntax

'Declaration
Public Class OptimizationSettings
'Usage
Dim instance As OptimizationSettings
public class OptimizationSettings
public ref class OptimizationSettings
type OptimizationSettings =  class end
public class OptimizationSettings

The OptimizationSettings type exposes the following members.

Constructors

  Name Description
Public method OptimizationSettings Initializes a new instance of the OptimizationSettings class.

Top

Properties

  Name Description
Public property ApplicationPath The physical file path to resolve the ‘~’ token in virtual paths.
Public property BundleManifestPath The path to the bundle manifest file that sets up the BundleCollection.
Public property BundleSetupMethod Gets or sets a callback function which is invoked after the bundle manifest is loaded to allow further customization of the bundle collection.
Public property BundleTable Gets the collection of bundle.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

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.

See Also

Reference

System.Web.Optimization Namespace