Item Property
From Html Agility Pack
| A Sandcastle Documented Class Library |
| HtmlNodeCollection..::..Item Property |
| HtmlNodeCollection Class See Also Send Feedback |
Overload List
| Name | Description | |
|---|---|---|
| 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.
|