HtmlNodeCollection Properties |
The HtmlNodeCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Gets the number of elements actually contained in the list.
| |
| IsReadOnly |
Is collection read only
| |
| ItemInt32 |
Gets the node at the specified index.
| |
| ItemString |
Get node with tag name
| |
| ItemHtmlNode |
Gets a given node from the list.
|