IParentNodeFirstElementChild Property
Returns the first child that is an element, and null otherwise.

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

Property Value

Type: Element
The first element child.

Implements

IElementTraversalFirstElementChild
See Also