MailBee.NET Objects 7.1

ElementCollection.RemoveByName Method 

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

public void RemoveByName(
   string tagName
);

Parameters

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

See Also

ElementCollection Class | MailBee.Html Namespace | TagName