TagAttributeCollectionRemoveByName Method |
Removes all attributes having the specified name from the collection.
Namespace: MailBee.HtmlAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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