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.27.7
SyntaxINodeCollection Children { get; }Property Value
Type: 
INodeCollectionThe collection of the child nodes.
See Also