ElementRemove Method
Removes this HTML element from InnerElements collection of its parent.

Namespace: MailBee.Html
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public void Remove()
Remarks
If this element is not contained in another Element (i.e. does not have a parent), this method does nothing.
See Also