The name of the element.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 21.2
Syntaxpublic string TagName { get; }
Public ReadOnly Property TagName As String
Get
public:
property String^ TagName {
String^ get ();
}
member TagName : string with get
Property Value
Type:
String
The name of the element.
See Also