Back to product page

ContentEncoding property


Returns encoding mechanism used.

Type

A String value

Syntax

  • Basic
object.ContentEncoding
The ContentEncoding(object) syntax has these parts:
objectAn expression evaluating to an object of type HttpResponse.

Remarks

This property, when set, specifies the encoding mechanism used. Currently only x-compress and x-gzip are widely used.

This property is just a 'shortcut' to Response.Headers("Content-Encoding") value.

Platforms

Windows