Gets or sets the tag name of the current HTML element.
Namespace: MailBee.HtmlAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string TagName { get; set; }
Public Property TagName As String
Get
Set
Property Value
Type:
StringA string name of the current HTML tag or
a null reference (
Nothing in Visual Basic) if the current
Element object represents
a plain-text block rather than a tag.
Exceptions Remarks Tag names are case-insensitive.
Examples See Also