RuleTagName Property
Gets the name of the HTML tag for which to apply the rule.

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

Property Value

Type: String
The name of the HTML tag for which this rule should be applied.
Remarks
If TagAttributes is not a null reference (Nothing in Visual Basic), the rule's action will be applied only to those HTML tags which have TagName as a tag name and any of TagAttributes as their attributes.
See Also