Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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