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.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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