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

Namespace: MailBee.Html
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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