TagAttributeCollectionRemoveByName Method
Removes all attributes having the specified name from the collection.

Namespace: MailBee.Html
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax
public void RemoveByName(
	string attrName
)

Parameters

attrName
Type: SystemString
The name of the attribute (case-insensitive) to be removed from the collection.
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionattrName is a null reference (Nothing in Visual Basic).
See Also