RuleTagAttributes Property
Gets the list of attributes any of which must exist in the tag definiton in order to satisfy the rule condition for TagName tag.

Namespace: MailBee.Html
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public TagAttributeCollection TagAttributes { get; }

Property Value

Type: TagAttributeCollection
A reference to the collection of attributes any of which must exist in TagName tag being processed in order to satisfy the rule condition and apply the action, or a null reference (Nothing in Visual Basic) if any tags with TagName name should be processed regardless of which attributes they have.
See Also