Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 412 Bytes

File metadata and controls

12 lines (8 loc) · 412 Bytes

CssBundlingOptions.Minimize property

namespace: Serenity.Web   assemblySerenity.Net.Web

Gets / sets the minimization flag. When true, CSS files are minified and their minified versions are used in bundles etc.

public bool? Minimize { get; set; }

See Also