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.ViewAssembly: 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.

