Enum ScraperElementPart
Namespace: Subsembly.Scraper
Assembly: Subsembly.Scraper.dll
Syntax
public enum ScraperElementPart
Fields
Name | Description |
---|---|
InnerHtml | Returns the element content only. |
OuterHtml | Returns the element start tag, its content and the element end tag. |
TagOnly | Returns the element start (or empty) tag only. |