Open this page in the API Guide

WebConfigSettingIds.ContentBundlingPolicy Field

Specifies the extent to which content files (e.g. JS, CSS) are bundled together. The value of this setting may need to be changed for diagnostic and/or debugging purposes.

Namespace:  Dundas.BI.Web
Assembly:  Dundas.BI.Web.Core (in Dundas.BI.Web.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public static readonly Guid ContentBundlingPolicy

Field Value

Type: Guid
Remarks

The value of this constant is 2d5b026d-6cfe-4bac-baf2-be5e9238e931.

Data Type: ContentBundlingPolicy. Default Value: CombineAndMinify.
Caution note Caution
Changing this setting without the proper debugging files in place will render the UI unusable.
See Also