HTMLForm Constructor
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| HTMLForm Constructor |
| HTMLForm Class See Also Send Feedback |
Initializes a new instance of the HTMLForm class
Namespace:Â CuteEditor.ConvertorAssembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public HTMLForm( HTMLNode node ) |
| Visual Basic |
|---|
Public Sub New ( _ node As HTMLNode _ ) |
| Visual C++ |
|---|
public: HTMLForm( HTMLNode^ node ) |
Parameters
- node
- Type: CuteEditor.Convertor..::..HTMLNode