Méthode | Description | |
---|---|---|
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.
|
Méthode | Description | |
---|---|---|
BuildPostData ( ) : IEnumerable |
Méthode | Description | |
---|---|---|
BuildItemNotFoundException ( string value ) : |
Throws the item not found.
|
|
MatchesItem ( |
Determines whether the item matches the specified value.
|
public Deselect ( string value ) : void | ||
value | string | /// The value. /// |
Résultat | void |
public HtmlList ( IHtmlPage page, IXPathNavigable node ) : System | ||
page | IHtmlPage | /// The owning page. /// |
node | IXPathNavigable | /// The node. /// |
Résultat | System |
public Select ( string value ) : void | ||
value | string | /// The value. /// |
Résultat | void |
public this ( string value ) : |
||
value | string | /// The value. /// |
Résultat |