C# 클래스 FormElementCollection, code

Represents a combined list and collection of Form Elements.
상속: Dictionary
파일 보기 프로젝트 열기: shendongnian/code 1 사용 예제들

공개 메소드들

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