ScraperHtmlDocument Property |
Namespace:
NScrape
Assembly:
NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax protected HtmlDocument HtmlDocument { get; }
Protected ReadOnly Property HtmlDocument As HtmlDocument
Get
protected:
property HtmlDocument^ HtmlDocument {
HtmlDocument^ get ();
}
member HtmlDocument : HtmlDocument with get
Property Value
Type:
HtmlDocumentRemarks
Using the
Html Agility Pack to scrape is recommended, but if you prefer, you can
scrape using regular expressions or standard string functions by accessing the
Html property.
See Also