Specifies how to handle linebreaks in the response.

Syntax

Smartsite SXML CopyCode image Copy Code
response.setnewlinehandling(enum handling)

Parameters

Name Data Type Description
handling Enum The handling.
Enum values:
  • None
    The new line characters are unchanged.
  • Lf
    A single linefeed (\n) character is used as line break.

Return Value

None.
SXML