C# 클래스 Encog.Bot.Browse.Range.Form

A document range that represents a form, and all embedded tags.
상속: DocumentRange
파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
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