HtmlNodeCollection Properties
From Html Agility Pack
| A Sandcastle Documented Class Library |
| HtmlNodeCollection Properties |
| HtmlNodeCollection Class See Also Send Feedback |
The HtmlNodeCollection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the number of elements actually contained in the list.
| |
| IsReadOnly |
Is collection read only
| |
| Item[([( Int32])]) |
Gets the node at the specified index.
| |
| Item[([( String])]) |
Get node with tag name
| |
| Item[([( HtmlNode])]) |
Gets a given node from the list.
|