HtmlNodeTypeNameDocument Field

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Gets the name of the document node. It is actually defined as '#document'.

Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public static readonly string HtmlNodeTypeNameDocument
Visual Basic
Public Shared ReadOnly HtmlNodeTypeNameDocument As String
Visual C++
public:
static initonly String^ HtmlNodeTypeNameDocument

See Also