C# Класс Encog.Bot.Browse.Range.Form

A document range that represents a form, and all embedded tags.
Наследование: DocumentRange
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

FindType() публичный Метод

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.
Результат Input

Form() публичный Метод

Construct a form on the specified web page.
public Form ( WebPage source ) : System
source WebPage The web page that contains this form.
Результат System

ToString() публичный Метод

The object as a string.
public ToString ( ) : String
Результат String