ElementGetAllElements Method |
Returns the current HTML element and all its child elements as a flat list.
Namespace: MailBee.HtmlAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic ElementReadOnlyCollection GetAllElements()
Public Function GetAllElements As ElementReadOnlyCollection
Return Value
Type:
ElementReadOnlyCollectionA reference to the collection containing the current HTML element
and all its child elements (including their own sub-children, etc).
RemarksThe returned collection is never empty (it contains at least the current element itself).
See Also