Enum ScraperElementPart
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.