MailBee.NET Objects 4.0

TagAttributeCollection.Add Method (TagAttribute)

Adds the specified TagAttribute object to the collection.

public void Add(
   TagAttribute attr
);

Parameters

attr
The TagAttribute object to be added to the collection.

Exceptions

Exception Type Condition
MailBeeInvalidArgumentException attr is a null reference (Nothing in Visual Basic).

See Also

TagAttributeCollection Class | MailBee.Html Namespace | TagAttributeCollection.Add Overload List