Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 407 Bytes

File metadata and controls

12 lines (8 loc) · 407 Bytes

CssBundlingOptions.UseMinCSS property

namespace: Serenity.Web   assemblySerenity.Net.Web

Should a ".min.css" file that exists in file system be used if available, instead of minifying the file in memory.

public bool? UseMinCSS { get; set; }

See Also