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

Namespace: MailBee.Html
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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