Property Children
- Namespace
- DotNetBrowser.Dom
- Assembly
- DotNetBrowser.dll
Children
Gets the collection of the child nodes. Modifying this collection will lead to the DOM tree modification.
INodeCollection Children { get; }
Property Value
- INodeCollection
The collection of the child nodes.