A Sandcastle Documented Class Library |
HtmlNode..::..DescendantsAndSelf Method (String) |
HtmlNode Class See Also Send Feedback |
Gets all descendant nodes including this node
Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
C# |
---|
public IEnumerable<HtmlNode> DescendantsAndSelf( string name ) |
Visual Basic |
---|
Public Function DescendantsAndSelf ( _ name As String _ ) As IEnumerable(Of HtmlNode) |
Visual C++ |
---|
public: IEnumerable<HtmlNode^>^ DescendantsAndSelf( String^ name ) |
Parameters
- name
- Type: System..::..String
[Missing <param name="name"/> documentation for "M:HtmlAgilityPack.HtmlNode.DescendantsAndSelf(System.String)"]