TagAttributeCollectionAddRange Method (TagAttributeCollection)
Adds all attributes from the TagAttributeCollection object.

Namespace: MailBee.Html
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public void AddRange(
	TagAttributeCollection attrs
)

Parameters

attrs
Type: MailBee.HtmlTagAttributeCollection
The attributes from TagAttributeCollection object to be added.
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionattrs is a null reference (Nothing in Visual Basic).
See Also