DocumentFragmentChildren Property |
Returns the child elements of current element.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
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:
HTMLCollection
The children collection
Implements
IParentNodeChildren
See Also