property ContentType: string;
Description
Gets the value of the "Content-type" parameter from the HTTP header. ContentType is intended to describe the data contained in the HTTP request allowing the HTTP server to determine how the data have to be processed.
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.
This property is read-only.