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