Click or drag to resize

WebServerOptionsMinifyStyleSheetsExclusionExpression Property

Gets or sets the regular expression that will exclude CSS files from being minified. Assigning empty or null value results in all files targeted for minification.

Namespace: GSF.Web.Hosting
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public string MinifyStyleSheetsExclusionExpression { get; set; }
View Source

Property Value

String
See Also