HtmlNode.ParentNode Property

IronWebScraper

HtmlNodeParentNode Property

Gets the Parent (enclosing) tag for this HtmlNode.

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

Property Value

Type: HtmlNode
The parent node as an HtmlNode.
See Also