Initializes a new instance of the HTMLTree class

Namespace: CuteEditor.Convertor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public HTMLTree(
	string html
)
Visual Basic
Public Sub New ( _
	html As String _
)
Visual C++
public:
HTMLTree(
	String^ html
)

Parameters

html
Type: System..::..String

See Also