HtmlNodeCollection Properties

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image

The HtmlNodeCollection type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the number of elements actually contained in the list.
Public propertyIsReadOnly
Is collection read only
Public propertyItem[([( Int32])])
Gets the node at the specified index.
Public propertyItem[([( String])])
Get node with tag name
Public propertyItem[([( HtmlNode])])
Gets a given node from the list.

See Also