Click or drag to resize

WebServerOptionsMinifyJavascriptResource Method

Determines if Javascript file referenced by urlPath should be minified according to MinifyJavascriptExclusionExpression.

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

Parameters

urlPath  String
Javascript filename to check.

Return Value

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