IParentNodeChildElementCount Property
The childElementCount attribute must return the number of children of the context object that are elements.

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

Property Value

Type: Int32
The child element count.

Implements

IElementTraversalChildElementCount
See Also