DocumentChildren Property |
Returns the child elements.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 22.5
Syntaxpublic HTMLCollection Children { get; }
Public ReadOnly Property Children As HTMLCollection
Get
public:
virtual property HTMLCollection^ Children {
HTMLCollection^ get () sealed;
}
abstract Children : HTMLCollection with get
override Children : HTMLCollection with get
Property Value
Type:
HTMLCollectionThe children.
Implements
IParentNodeChildren
See Also