HTMLTree Constructor
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| HTMLTree Constructor |
| HTMLTree Class See Also Send Feedback |
Initializes a new instance of the HTMLTree class
Namespace:Â CuteEditor.ConvertorAssembly:Â 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