WebConfigSettingIdsContentBundlingPolicy 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 (24.3.0.1000)
Syntax public static readonly Guid ContentBundlingPolicy
Public Shared ReadOnly ContentBundlingPolicy As Guid
public:
static initonly Guid ContentBundlingPolicy
static val ContentBundlingPolicy: Guid
Field Value
Type:
GuidRemarks The value of this constant is 2d5b026d-6cfe-4bac-baf2-be5e9238e931.
Data Type:
ContentBundlingPolicy.
Default Value:
CombineAndMinify.
Caution |
---|
Changing this setting without the proper debugging files in place will render the UI unusable.
|
See Also