C# Class FormElementCollection, code

Represents a combined list and collection of Form Elements.
Inheritance: Dictionary
Afficher le fichier Open project: shendongnian/code Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

FormElementCollection() public méthode

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