Represents the response entity body as a string.
Visual Basic Syntax
strValue = oXMLHttpRequest.responseText
C/C++ Syntax
HRESULT get_responseText( VARIANT *pvarVal);
Parameters
- pvarVal
- [out] Response entity body as a string.
C/C++ Return Value
Returns S_OK if successful, or E_PENDING if the data is unavailable.
Remarks
This property represents only one of several forms in which the HTTP response can be returned.
See Also