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
)
Protected Sub New (
html As String
)
protected:
Scraper(
String^ html
)
new :
html : string -> Scraper
Parameters
- html
- Type: SystemString
Contains the target HTML text.
Exceptions Exception | Condition |
---|
ScrapeException | The target HTML text does not have a DOCUMENT node |
See Also