메소드 | 설명 | |
---|---|---|
FindType ( String type, int index ) : |
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.
|
public FindType ( String type, int index ) : |
||
type | String | The type of input we want. |
index | int | The index to begin searching at. |
리턴 |
public Form ( WebPage source ) : System | ||
source | WebPage | The web page that contains this form. |
리턴 | System |