ScriptBundlingOptions.Minimize property
Gets or sets the minimization flag. When true, script files are minified and their minified versions are used in bundles.
public bool? Minimize { get; set; }
See Also
- class ScriptBundlingOptions
Gets or sets the minimization flag. When true, script files are minified and their minified versions are used in bundles.
public bool? Minimize { get; set; }