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