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

Namespace: MailBee.Html
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
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