IParentNodeChildren Property |
Returns the child elements.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
SyntaxHTMLCollection Children { get; }
ReadOnly Property Children As HTMLCollection
Get
property HTMLCollection^ Children {
HTMLCollection^ get ();
}
abstract Children : HTMLCollection with get
Property Value
Type:
HTMLCollection
The children.
See Also