Writes the specified data directly to the response, thus ignoring the normal rendering process.
Use with care, in scenarios in which longer processing takes place and the client should be informed of the current status.
Use with care, in scenarios in which longer processing takes place and the client should be informed of the current status.
Syntax
Smartsite SXML | Copy Code |
---|---|
response.write(string data) |
Parameters
Name | Data Type | Description |
---|---|---|
data | String | The data to write. |
Return Value
None.