C# 클래스 Headless.HtmlFormElement

The HtmlFormElement class provides the base implementation of an element in a HTML form.
상속: HtmlElement
파일 보기 프로젝트 열기: roryprimrose/Headless 1 사용 예제들

보호된 메소드들

메소드 설명
BuildPostData ( ) : IEnumerable

Builds the post data.

HtmlFormElement ( IHtmlPage page, IXPathNavigable node ) : System.Collections.Generic

Initializes a new instance of the HtmlFormElement class.

메소드 상세

BuildPostData() 보호된 메소드

Builds the post data.
protected BuildPostData ( ) : IEnumerable
리턴 IEnumerable

HtmlFormElement() 보호된 메소드

Initializes a new instance of the HtmlFormElement class.
/// The parameter is null. /// /// The parameter is null. ///
protected HtmlFormElement ( IHtmlPage page, IXPathNavigable node ) : System.Collections.Generic
page IHtmlPage /// The owning page. ///
node IXPathNavigable /// The node. ///
리턴 System.Collections.Generic