|
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.HostingAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax public string MinifyStyleSheetsExclusionExpression { get; set; }
Public Property MinifyStyleSheetsExclusionExpression As String
Get
Set
public:
property String^ MinifyStyleSheetsExclusionExpression {
String^ get ();
void set (String^ value);
}
member MinifyStyleSheetsExclusionExpression : string with get, set
function get_MinifyStyleSheetsExclusionExpression();
function set_MinifyStyleSheetsExclusionExpression(value);
View SourceProperty Value
StringSee Also