Member variable WebHandler():HttpResponse Professional

References a HttpResponse object representing the response created by the web handler.

Attribute: EXPORTED
Data type: HttpResponse
Description

TBD

In normal case a handler returns a html formatted character string that is sent back to the client. If another content shall be returned to the client then the member variable :HttpResponse:ContentType must be set accordingly. For example, if an xml formatted string is returned from the handler then the character string "text/xml" should be assigned to the member variable :HttpResponse:ContentType before the handler returns.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.