Begin Method (Boolean)

HttpServer.dll

Writeout the form tag

Namespace:  HttpServer.Helpers
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string Begin(
	bool isAjax
)
Visual Basic (Declaration)
Public Function Begin ( _
	isAjax As Boolean _
) As String
Visual C++
public:
String^ Begin(
	bool isAjax
)

Parameters

isAjax
Type: System..::.Boolean
form should be posted through ajax.

Return Value

generated html code

See Also