Show / Hide Table of Contents

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.

  • Uses None for development time.
  • Uses BundleAndMinify for other environments.
Bundle

Bundled but not minified.

BundleAndMinify

Bundled and minified.

None

No bundling or minification.

Extension Methods

AbpObjectExtensions.IsIn<BundlingMode>(BundlingMode[])
AbpObjectExtensions.IsIn<BundlingMode>(IEnumerable<BundlingMode>)
AbpObjectExtensions.If<BundlingMode>(Boolean, Func<BundlingMode, BundlingMode>)
AbpObjectExtensions.If<BundlingMode>(Boolean, Action<BundlingMode>)
Back to top Powered by Volosoft