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
|
![]() | 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.
|