C# Class Encog.Bot.Browse.Range.Div

A document range that represents the beginning and ending DIV tag, as well as any tages embedded between them.
Inheritance: DocumentRange
Show file Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
Div ( WebPage source ) : System

Construct a range to hold the DIV tag.

ToString ( ) : String

This object as a string.

Method Details

Div() public method

Construct a range to hold the DIV tag.
public Div ( WebPage source ) : System
source WebPage The web page this range was found on.
return System

ToString() public method

This object as a string.
public ToString ( ) : String
return String