Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
|---|---|---|
![]() |
OptimizationSettings | Initializes a new instance of the OptimizationSettings class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
ApplicationPath | The physical file path to resolve the ‘~’ token in virtual paths. |
![]() |
BundleManifestPath | The path to the bundle manifest file that sets up the BundleCollection. |
![]() |
BundleSetupMethod | Gets or sets a callback function which is invoked after the bundle manifest is loaded to allow further customization of the bundle collection. |
![]() |
BundleTable | Gets the collection of bundle. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
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.
.jpeg)
.jpeg)
.jpeg)