responseText property
Retrieves the response body as a string.
Syntax
HRESULT value = object.get_responseText(* p);
Property values
Type: BSTR
The response body.
Standards information
- XMLHttpRequest, Section 3.7.6
Remarks
IHTMLXMLHttpRequest::responseText was introduced in Windows Internet Explorer 7.
See also
Reference