HtmlNode.NodeType Property

IronWebScraper

HtmlNodeNodeType Property

Type of the HtmlNode

Possible values are: "ELEMENT_NODE", "TEXT_NODE" ,"CDATA_SECTION_NODE" ,"COMMENT_NODE", "DOCUMENT_NODE","DOCUMENT_TYPE_NODE","DOCUMENT_FRAGMENT_NODE"

Namespace:  IronWebScraper
Assembly:  IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)
Syntax
public string NodeType { get; }
Public ReadOnly Property NodeType As String
	Get

Property Value

Type: String
See Also