HtmlNode Fields

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image

The HtmlNode type exposes the following members.

Fields

  NameDescription
Public fieldStatic memberElementsFlags
Gets a collection of flags that define specific behaviors for specific element nodes. The table contains a DictionaryEntry list with the lowercase tag name as the Key, and a combination of HtmlElementFlags as the Value.
Public fieldStatic memberHtmlNodeTypeNameComment
Gets the name of a comment node. It is actually defined as '#comment'.
Public fieldStatic memberHtmlNodeTypeNameDocument
Gets the name of the document node. It is actually defined as '#document'.
Public fieldStatic memberHtmlNodeTypeNameText
Gets the name of a text node. It is actually defined as '#text'.

See Also