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

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

Public Methods

Method 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 method

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.
return Input

Form() public method

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

ToString() public method

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