TagAttributeCollectionRemove Method |
Removes the specified
TagAttribute object from the collection.
Namespace: MailBee.HtmlAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public bool Remove(
TagAttribute attr
)
Public Function Remove (
attr As TagAttribute
) As Boolean
Parameters
- attr
- Type: MailBee.HtmlTagAttribute
The TagAttribute to be removed from the collection.
Return Value
Type:
Booleantrue if the specified
TagAttribute was found and removed; otherwise,
false.
Exceptions See Also