Click or drag to resize

Scraper Class

Provides the base implementation for HTML scraper functionality.
Inheritance Hierarchy
SystemObject
  NScrapeScraper

Namespace:  NScrape
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
public abstract class Scraper

The Scraper type exposes the following members.

Constructors
  NameDescription
Protected methodScraper
Initializes a new instance of the Scraper class.
Top
Properties
  NameDescription
Protected propertyHtml
Gets the target HTML text.
Protected propertyHtmlDocument
Gets an Html Agility Pack HtmlDocument loaded with the target HTML text.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also