MailBee.NET Objects 4.0

Rule.TagName Property

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

public string TagName {get;}

Property Value

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

Rule Class | MailBee.Html Namespace | TagAttributes