Click or drag to resize

Scraper Constructor

Initializes a new instance of the Scraper class.

Namespace:  NScrape
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
protected Scraper(
	string html
)

Parameters

html
Type: SystemString
Contains the target HTML text.
Exceptions
ExceptionCondition
ScrapeExceptionThe target HTML text does not have a DOCUMENT node
See Also