This is the worker class used by Gaia Ajax Controls to initialize the ajax machinery. It handles state, rendering, callbacks, general inclusion of resources and more.

Usage is to implement IAjaxControl and write forward calls in that interface to this class.

Namespace:  Gaia.WebWidgets
Assembly:  Gaia.WebWidgets (in Gaia.WebWidgets.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public class AjaxControl
Visual Basic (Declaration)
Public Class AjaxControl

Inheritance Hierarchy

System..::.Object
  Gaia.WebWidgets..::.AjaxControl
    Gaia.WebWidgets..::.AspectableAjaxControl

See Also