메소드 | 설명 | |
---|---|---|
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 ) : |
Gets the HtmlListItem with the specified value.
|
메소드 | 설명 | |
---|---|---|
BuildPostData ( ) : IEnumerable |
메소드 | 설명 | |
---|---|---|
BuildItemNotFoundException ( string value ) : |
Throws the item not found.
|
|
MatchesItem ( |
Determines whether the item matches the specified value.
|
public HtmlList ( IHtmlPage page, IXPathNavigable node ) : System | ||
page | IHtmlPage | /// The owning page. /// |
node | IXPathNavigable | /// The node. /// |
리턴 | System |
public this ( string value ) : |
||
value | string | /// The value. /// |
리턴 |