HtmlAttributeCollection Properties

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image

The HtmlAttributeCollection type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the number of elements actually contained in the list.
Public propertyIsReadOnly
Gets readonly status of colelction
Public propertyItem[([( Int32])])
Gets the attribute at the specified index.
Public propertyItem[([( String])])
Gets a given attribute from the list using its name.

See Also