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

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

Begins a search 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,
	string action
)

Parameters

id
Type: String
The form element id.
action
Type: String
The form action.

Return Value

Configurable form object whose disposal writes the end tag