7c036a35 c08a ce4d 8e77 f2a61e6b391a - autumn009/NestedHtmlWriter GitHub Wiki

NhBlock.CreateForm Method

Form elemnt object creation

Namespace: NestedHtmlWriter
Assembly: NestedHtmlWriterPortable (in NestedHtmlWriterPortable.dll) Version: 1.0.6152.32515 (1.0.0.0)

Syntax

C#

public NhForm CreateForm(
	string action
)

VB

Public Function CreateForm ( 
	action As String
) As NhForm

C++

public:
NhForm^ CreateForm(
	String^ action
)

F#

member CreateForm : 
        action : string -> NhForm 

Parameters

 

action
Type: System.String
action attribute value

Return Value

Type: NhForm
created object

See Also

Reference

NhBlock Class
NestedHtmlWriter Namespace

⚠️ **GitHub.com Fallback** ⚠️