Click or drag to resize

INodeChildren Property

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.16.0
Syntax
C#
INodeCollection Children { get; }

Property Value

Type: INodeCollection
The collection of the child nodes.
See Also