ScraperHtmlDocument Property |
Namespace:
NScrape
Assembly:
NScrape (in NScrape.dll) Version: 0.4.1.0
Syntaxprotected HtmlDocument HtmlDocument { get; }
Protected ReadOnly Property HtmlDocument As HtmlDocument
Get
protected:
property HtmlDocument^ HtmlDocument {
HtmlDocument^ get ();
}
member HtmlDocument : HtmlDocument with get
Property Value
Type:
HtmlDocument
Remarks
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