TagAttributeCollectionAdd Method (TagAttribute, Int32) |
Adds the specified
TagAttribute object to the collection at the specified index.
Namespace: MailBee.HtmlAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public void Add(
TagAttribute attr,
int index
)
Public Sub Add (
attr As TagAttribute,
index As Integer
)
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 See Also