Response Properties

IronWebScraper

Response Properties

The Response type exposes the following members.

Properties
  NameDescription
Public propertyBinaryContent
The content downloaded from the Url as raw binary data
Public propertyDocument
Returns an HtmlNode for the entire Response Document. (HTML/XML)
Public propertyHtml
Synonym of content which checks for an Html content
Public propertyMetaData
Returns additional meta-data which was attached to the Request.
Public propertyRequestlUrl
The Url from which the Response was requested. This may differ from FinalUrl if these was an http redirect.
Public propertyTextContent
The content downloaded from the Url encoded as a String.
Public propertyWasSuccessful
Gets a value indicating whether this HTTP request yielded a successful response code.
Top
See Also