TagAttributeCollectionAdd Method (TagAttribute, Int32)
Adds the specified TagAttribute object to the collection at the specified index.

Namespace: MailBee.Html
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public void Add(
	TagAttribute attr,
	int index
)

Parameters

attr
Type: MailBee.HtmlTagAttribute
The TagAttribute object to be added to the collection.
index
Type: SystemInt32
The zero-based index where to insert the specified TagAttribute object in the collection.
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionattr is a null reference (Nothing in Visual Basic).
ArgumentOutOfRangeExceptionThe specified index is not valid.
See Also