A Sandcastle Documented Class Library |
HtmlNode..::..DescendantNodesAndSelf Method |
HtmlNode Class See Also Send Feedback |
Returns a collection of all descendant nodes of this element, in document order
Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
C# |
---|
public IEnumerable<HtmlNode> DescendantNodesAndSelf() |
Visual Basic |
---|
Public Function DescendantNodesAndSelf As IEnumerable(Of HtmlNode) |
Visual C++ |
---|
public: IEnumerable<HtmlNode^>^ DescendantNodesAndSelf() |