IHTMLXDomainRequest::contentType Property
Gets the Content-Type property in the HTML request or response header.
Syntax
HRESULT IHTMLXDomainRequest::get_contentType(VARIANT p);
Parameters
- p
- VARIANT that receives the text of the content-type header.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also