A value indicating whether to use output decoding before sending the response to the client.

Syntax

Smartsite SXML CopyCode image Copy Code
response.setoutputdecoding(enum decode)

Parameters

Name Data Type Description
decode Enum If set tooff, the output will not be decoded.
Enum values:
  • Auto
    Automatic. On for external requests, off for internal requests such as embeds.
  • Off
    No output decoding.
  • On
    Output decoding is done before sending data to the client.

Return Value

None.
SXML