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
Afficher le fichier Open project: encog/encog-silverlight-core Class Usage Examples

Méthodes publiques

Méthode Description
Div ( WebPage source ) : System

Construct a range to hold the DIV tag.

ToString ( ) : String

This object as a string.

Method Details

Div() public méthode

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

ToString() public méthode

This object as a string.
public ToString ( ) : String
Résultat String