Gets the name of the HTML tag for which to apply the rule.
Namespace: MailBee.HtmlAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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.
RemarksIf
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