Icon SendContent Method

procedure SendContent(const Content: String; StatusCode:
      Integer=HTTP_OK; const StatusMessage: String='')

Usage

Available In: Server Applications

Sends a UTF-8-encoded text response with a Content-Type header of "text/html; charset=utf-8" along with an optional status code and message.
Image