Skip to content

CssBundlingOptions.UseMinCSS property

Gets or sets whether a .min.css file that exists in the file system should be used if available, instead of minifying the file in memory.

public bool? UseMinCSS { get; set; }

See Also