property ContentType: string;
Description
Gets or sets the value of the "Content-type" parameter from the HTTP header. ContentType is intended to describe the data contained in the HTTP response to allow the HTTP client to determine how to process the data.
Common values of ContentType include the following:
text/plain, text/html, text/xml, text/enhanced, image/jpeg, image/gif, audio/basic, audio/au, video/mpeg, application/octet-stream, application/postscript, application/ms-word, application/ms-excel, application/rtf, multipart/mixed, multipart/alternative, and message/external-body.