HtmlNodeTypeNameComment Field

Html Agility Pack

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

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

Syntax

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

See Also