responseXML property

String? responseXML
getter/setter pair

The HTML or XML string retrieved by the request or null if the request was unsuccessful, has not yet been sent, or if the data can't be parsed as XML or HTML.

Implementation

String? responseXML;