The last child of this node. If there is no such node, this returns null.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 21.2
Syntaxpublic Node LastChild { get; }
Public ReadOnly Property LastChild As Node
Get
public:
property Node^ LastChild {
Node^ get ();
}
member LastChild : Node with get
Property Value
Type:
Node
See Also