Click or drag to resize
AjaxHelperExtensions Methods

The AjaxHelperExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberBeginForm
Writes an opening form tag to the response.
Public methodStatic memberBeginRouteForm
Writes an opening form tag to the response.
Public methodStatic memberEndForm
Ends the form and disposes of all form resources.
Public methodStatic memberRegisterUpdatableFormScript
Returns immediately executed JavaScript block which enables form identified with formId to be updatable upon changes of the form data. Script block must be positioned under the form element identified with formId. Form has to contain attribute 'ktc-data-ajax-update' or 'data-ajax-update' to identify element where the form is to be re-rendered.
Top
See Also