C# Класс FormElementCollection, code

Represents a combined list and collection of Form Elements.
Наследование: Dictionary
Показать файл Открыть проект Примеры использования класса

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

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

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

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

Assembles all form elements and values to POST. Also html encodes the values.
public AssemblePostPayload ( ) : string
Результат string

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

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