Enum BundlingMode
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Bundling
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bundling.dll
Syntax
public enum BundlingMode
Fields
| Name | Description |
|---|---|
| Auto | Automatically determine the mode.
|
| Bundle | Bundled but not minified. |
| BundleAndMinify | Bundled and minified. |
| None | No bundling or minification. |