C# Class FormElementCollection, code

Represents a combined list and collection of Form Elements.
Inheritance: Dictionary
ファイルを表示 Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
AssemblePostPayload ( ) : string

Assembles all form elements and values to POST. Also html encodes the values.

FormElementCollection ( HtmlDocument, htmlDoc )

Constructor. Parses the HtmlDocument to get all form input elements.

Method Details

AssemblePostPayload() public method

Assembles all form elements and values to POST. Also html encodes the values.
public AssemblePostPayload ( ) : string
return string

FormElementCollection() public method

Constructor. Parses the HtmlDocument to get all form input elements.
public FormElementCollection ( HtmlDocument, htmlDoc )
htmlDoc HtmlDocument,