Gets the name of the HTML tag for which to apply the rule.
Namespace: MailBee.HtmlAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string TagName { get; }
Public ReadOnly Property TagName As String
Get
Property Value
Type:
StringThe 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