Click or drag to resize

HtmlNodeDescendantNodesAndSelf Method

Returns a collection of all descendant nodes of this element, in document order

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.2.0 (8.0.2.20210618)
Syntax
public IEnumerable<HtmlNode> DescendantNodesAndSelf()

Return Value

Type: IEnumerableHtmlNode
See Also