Click or drag to resize

WebServerOptionsMinifyStyleSheetResource Method

Determines if CSS file referenced by urlPath should be minified according to MinifyStyleSheetsExclusionExpression.

Namespace: GSF.Web.Hosting
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public bool MinifyStyleSheetResource(
	string urlPath
)
View Source

Parameters

urlPath  String
CSS filename to check.

Return Value

Boolean
true if urlPath should be minified; otherwise, false.
Remarks
Result will always be false if MinifyStyleSheets is not true.
See Also