A Sandcastle Documented Class Library |
HtmlNode..::..ChildNodes Property |
HtmlNode Class See Also Send Feedback |
Gets all the children of the node.
Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
C# |
---|
public HtmlNodeCollection ChildNodes { get; internal set; } |
Visual Basic |
---|
Public Property ChildNodes As HtmlNodeCollection Get Friend Set |
Visual C++ |
---|
public: property HtmlNodeCollection^ ChildNodes { HtmlNodeCollection^ get (); internal: void set (HtmlNodeCollection^ value); } |