IParentNodeLastElementChild Property
Returns the last child that is an element, and null otherwise.

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

Property Value

Type: Element
The last element child.

Implements

IElementTraversalLastElementChild
See Also