DocumentFragmentChildElementCount Property
Returns the current number of element nodes that are children of this element. 0 if this element has no child nodes that are of nodeType 1.

Namespace: Aspose.Html.Dom
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public int ChildElementCount { get; }

Property Value

Type: Int32
The child element count.

Implements

IParentNodeChildElementCount
IElementTraversalChildElementCount
See Also