Click or drag to resize

HtmlNodeAncestorsAndSelf Method

Returns a collection of all ancestor nodes of this element.

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public IEnumerable<HtmlNode> AncestorsAndSelf()

Return Value

Type: IEnumerableHtmlNode
See Also