WebFile.UseCompression
From Xojo Documentation
Property (As Boolean = True)
This property is only available for Web applications. |
aWebFile.UseCompression = newBooleanValue
or
BooleanValue = aWebFile.UseCompression
New in 2013r1
Supported for all project types and targets.
or
BooleanValue = aWebFile.UseCompression
New in 2013r1
Supported for all project types and targets.
Determines if the web framework should compress a file before sending it to browsers that support gzip compression. The default value is True.