AjaxHelper<(Of <(<'T>)>)>..::..BeginForm 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 WebAppForm<T> BeginForm( string id, IAction action )
Parameters
- id
- Type: String
The form element id.
- action
- Type: Suoranta.WebApp.Types..::..IAction
The form action.

