MailBee.NET Objects 4.0

TagAttributeCollection Class

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 class TagAttributeCollection : CollectionBase

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

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.

Example

The example is available in AddTagProcessingRule topic.

Requirements

Namespace: MailBee.Html

Assembly: MailBee.NET (in MailBee.NET.dll)

See Also

TagAttributeCollection Members | MailBee.Html Namespace