C# 클래스 Headless.HtmlRadioButton

상속: HtmlFormElement
파일 보기 프로젝트 열기: roryprimrose/Headless

공개 메소드들

메소드 설명
HtmlRadioButton ( IHtmlPage page, IXPathNavigable node ) : System

Initializes a new instance of the HtmlRadioButton class.

보호된 메소드들

메소드 설명
BuildPostData ( ) : IEnumerable

비공개 메소드들

메소드 설명
FindRelatedNodes ( ) : ReadOnlyCollection

Finds the related nodes.

메소드 상세

BuildPostData() 보호된 메소드

protected BuildPostData ( ) : IEnumerable
리턴 IEnumerable

HtmlRadioButton() 공개 메소드

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