ElementCollectionRemoveByName Method
Removes all elements having the specified tag name from the collection.

Namespace: MailBee.Html
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public void RemoveByName(
	string tagName
)

Parameters

tagName
Type: SystemString
The HTML tag name (case-insensitive) or a null reference (Nothing in Visual Basic) if plain-text elements should be removed.
See Also