Enum ScraperElementPart

Namespace
Subsembly.Scraper
Assembly
Subsembly.Scraper.dll
public enum ScraperElementPart

Fields

InnerHtml = 0

Returns the element content only.

OuterHtml = 1

Returns the element start tag, its content and the element end tag.

TagOnly = 2

Returns the element start (or empty) tag only.