PRELIMINARY INFORMATION - SUBJECT TO CHANGE
Writes the specified data (byte-array) directly to the response, thus ignoring the normal rendering process.

Syntax

Smartsite SXML CopyCode image Copy Code
response.writebytes(binary data)

Parameters

Name Data Type Description
data Binary The data to write.

Return Value

None.

Expand image Examples

SXML