OptimizationSettings Class
Configuration settings used by the Optimizer class to generate bundle responses outside of ASP.NET applications.
Assembly: System.Web.Optimization (in System.Web.Optimization.dll)
The OptimizationSettings type exposes the following members.
| 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. |
Show:
