Enum ScraperElementPart
public enum ScraperElementPart
Fields
InnerHtml = 0Returns the element content only.
OuterHtml = 1Returns the element start tag, its content and the element end tag.
TagOnly = 2Returns the element start (or empty) tag only.