Response Properties
From IronWebScraper
IronWebScraper - The C# Web Scraping Library
Response Properties |
The Response type exposes the following members.
| Name | Description | |
|---|---|---|
| BinaryContent |
The content downloaded from the Url as raw binary data
| |
| Document |
Returns an HtmlNode for the entire Response Document. (HTML/XML)
| |
| Html |
Synonym of content which checks for an Html content
| |
| MetaData |
Returns additional meta-data which was attached to the Request.
| |
| RequestlUrl |
The Url from which the Response was requested. This may differ from FinalUrl if these was an http redirect.
| |
| TextContent |
The content downloaded from the Url encoded as a String.
| |
| WasSuccessful |
Gets a value indicating whether this HTTP request yielded a successful response code.
|