Gets the collection of the child nodes. Modifying this collection will lead to the DOM tree modification.
Namespace:
DotNetBrowser.Dom
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax INodeCollection Children { get; }
Property Value
Type:
INodeCollectionThe collection of the child nodes.
See Also