Click or drag to resize

ScraperHtmlDocument Property

Gets an Html Agility Pack HtmlDocument loaded with the target HTML text.

Namespace:  NScrape
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
protected HtmlDocument HtmlDocument { 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