Click or drag to resize

WebServerOptionsMinifyJavascriptExclusionExpression Property

Gets or sets the regular expression that will exclude Javascript 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 MinifyJavascriptExclusionExpression { get; set; }
View Source

Property Value

String
See Also