HTMLNode Constructor (String)
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| HTMLNode Constructor (String) |
| HTMLNode Class See Also Send Feedback |
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