Html Library Help
TagName Property
NamespacesHtmlElementTagName
Gets the name of the tag. This can only be set in the ctor.
Declaration Syntax
C#Visual BasicVisual C++
public string TagName { get; }
Public ReadOnly Property TagName As String
public:
property String^ TagName {
	String^ get ();
}
Value
The name of the tag.

Assembly: Html (Module: Html) Version: 1.0.0.2 (1.0.0.2)