Html Library Help
TextElement Constructor (text)
NamespacesHtmlTextElementTextElement(String)
Initializes a new instance of the TextElement class.
Declaration Syntax
C#Visual BasicVisual C++
public TextElement(
	string text
)
Public Sub New ( _
	text As String _
)
public:
TextElement(
	String^ text
)
Parameters
text (String)
The text.

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