Suoranta.WebApp.Types Namespace
Suoranta.WebApp - Developer API

AjaxHelper<(Of <(<'T>)>)>..::..BeginSearchForm Method (String, IAction)

Begins a form. If the form is on partial, w.asyncform.js must be referenced on the main document through AddWebAppModule(String).

Namespace:  Suoranta.WebApp.View
Assembly:  Suoranta.WebApp (in Suoranta.WebApp.dll)

Syntax


public WebAppSearchForm<T> BeginSearchForm(
	string id,
	IAction action
)

Parameters

id
Type: String
The form element id.
action
Type: Suoranta.WebApp.Types..::..IAction
The form action.

Return Value

Configurable form object whose disposal writes the end tag