MailBee.NET Objects 7.2

Rule.TagAttributes 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.

public TagAttributeCollection TagAttributes {get;}

Property Value

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

Rule Class | MailBee.Html Namespace | TagName