|
ReadonlyWebServerOptionsMinifyStyleSheetsExclusionExpression Property
|
Gets regular expression that will exclude CSS files from being minified.
Namespace: GSF.Web.HostingAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax public string MinifyStyleSheetsExclusionExpression { get; }
Public ReadOnly Property MinifyStyleSheetsExclusionExpression As String
Get
public:
property String^ MinifyStyleSheetsExclusionExpression {
String^ get ();
}
member MinifyStyleSheetsExclusionExpression : string with get
function get_MinifyStyleSheetsExclusionExpression();
View SourceProperty Value
StringSee Also