Click or drag to resize
AjaxHelperExtensions Class

Note: This API is now obsolete.

Provides system extension methods for AjaxHelper.
Inheritance Hierarchy
SystemObject
  Kentico.Forms.Web.Mvc.InternalAjaxHelperExtensions

Namespace: Kentico.Forms.Web.Mvc.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
[ObsoleteAttribute("This extension methods are obsolete. They were not intended for public use.")]
public static class AjaxHelperExtensions

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