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.HtmlAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public TagAttributeCollection TagAttributes { get; }
Public ReadOnly Property TagAttributes As TagAttributeCollection
Get
Property Value
Type:
TagAttributeCollectionA 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