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

A document range that represents a form, and all embedded tags.
Inheritance: DocumentRange
Afficher le fichier Open project: encog/encog-silverlight-core Class Usage Examples

Méthodes publiques

Méthode Description
FindType ( String type, int index ) : Input

Find the form input by type.

Form ( WebPage source ) : System

Construct a form on the specified web page.

ToString ( ) : String

The object as a string.

Method Details

FindType() public méthode

Find the form input by type.
public FindType ( String type, int index ) : Input
type String The type of input we want.
index int The index to begin searching at.
Résultat Input

Form() public méthode

Construct a form on the specified web page.
public Form ( WebPage source ) : System
source WebPage The web page that contains this form.
Résultat System

ToString() public méthode

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