Provides properties and methods for managing and examining the collection of TagAttribute objects.
For a list of all members of this type, see TagAttributeCollection Members.
System.Object
System.Collections.CollectionBase
MailBee.Html.TagAttributeCollection
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
To access attributes of an HTML Element, use Attributes property.
To define a list of HTML attributes (for instance, when creating an HTML processing rule using RuleSet class methods), use TagAttributeCollection constructor to create the collection, then create attributes using TagAttribute constructor, set their definitions or names with Definition or Name properties, and add them to the collection using Add method.
The example is available in AddTagProcessingRule topic.
Namespace: MailBee.Html
Assembly: MailBee.NET (in MailBee.NET.dll)
TagAttributeCollection Members | MailBee.Html Namespace