Adds multiple attributes to the collection.
Adds all attributes from the TagAttributeCollection object.
public void AddRange(TagAttributeCollection);
Adds elements from the TagAttributeCollection object with specified range.
public void AddRange(TagAttributeCollection,int,int,int);
TagAttributeCollection Class | MailBee.Html Namespace