ElementCollectionRemoveByName Method |
Removes all elements having the specified tag name from the collection.
Namespace: MailBee.HtmlAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public void RemoveByName(
string tagName
)
Public Sub RemoveByName (
tagName As String
)
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