Initializes a new instance of the HTMLNode class
Namespace: CuteEditor.ConvertorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public HTMLNode( string tagName ) |
| Visual Basic |
|---|
Public Sub New ( _ tagName As String _ ) |
| Visual C++ |
|---|
public: HTMLNode( String^ tagName ) |
Parameters
- tagName
- Type: System..::..String