getContentAsString
String response.getContentAsString ( )
Description
Retrieve the content of the response.
Parameters
This method does not receive any parameters.
Return Values
Returns the content of the response, as a string.
Change Log
Version | Description |
---|---|
4.5 | Available for all editions. |
Examples
Get the Response Text
// Retrieve the contents of the response
content = response.getContentAsString();
content = response.getContentAsString();
See Also
- setContentAsString() [response] - Sets the content of the response
scraper on 07/16/2010 at 5:16 pm
- Printer-friendly version
- Login or register to post comments