TagAttributeCollectionRemoveByName Method |
Removes all attributes having the specified 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 attrName
)
Public Sub RemoveByName (
attrName As String
)
Parameters
- attrName
- Type: SystemString
The name of the attribute (case-insensitive) to be removed from the collection.
Exceptions See Also