C# 클래스 Headless.HtmlList

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

공개 메소드들

메소드 설명
Deselect ( string value ) : void

Deselects the specified value.

HtmlList ( IHtmlPage page, IXPathNavigable node ) : System

Initializes a new instance of the HtmlList class.

Select ( string value ) : void

Selects the specified value.

this ( string value ) : HtmlListItem

Gets the HtmlListItem with the specified value.

보호된 메소드들

메소드 설명
BuildPostData ( ) : IEnumerable

비공개 메소드들

메소드 설명
BuildItemNotFoundException ( string value ) : HtmlElementNotFoundException

Throws the item not found.

MatchesItem ( HtmlFormElement item, string value ) : bool

Determines whether the item matches the specified value.

메소드 상세

BuildPostData() 보호된 메소드

protected BuildPostData ( ) : IEnumerable
리턴 IEnumerable

Deselect() 공개 메소드

Deselects the specified value.
/// No option element found for the specified value. ///
public Deselect ( string value ) : void
value string /// The value. ///
리턴 void

HtmlList() 공개 메소드

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

Select() 공개 메소드

Selects the specified value.
/// No option element found for the specified value. ///
public Select ( string value ) : void
value string /// The value. ///
리턴 void

this() 공개 메소드

Gets the HtmlListItem with the specified value.
public this ( string value ) : HtmlListItem
value string /// The value. ///
리턴 HtmlListItem