TagAttributeCollectionRemove Method
Removes the specified TagAttribute object from the collection.

Namespace: MailBee.Html
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public bool Remove(
	TagAttribute attr
)

Parameters

attr
Type: MailBee.HtmlTagAttribute
The TagAttribute to be removed from the collection.

Return Value

Type: Boolean
true if the specified TagAttribute was found and removed; otherwise, false.
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionattr is a null reference (Nothing in Visual Basic).
See Also