Comment Property

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Gets or Sets the comment text of the node.

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

Syntax

C#
public string Comment { get; set; }
Visual Basic
Public Property Comment As String
	Get
	Set
Visual C++
public:
property String^ Comment {
	String^ get ();
	void set (String^ value);
}

See Also