The AJAX type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAddScriptManager(Page)
AddScriptManager is used internally by the framework to add a ScriptManager control to the page
Public methodStatic memberAddScriptManager(Page, Boolean)
AddScriptManager is used internally by the framework to add a ScriptManager control to the page.
Public methodStatic memberContentTemplateContainerControl Obsolete.
Public methodStatic memberCreateUpdatePanelControl Obsolete.
Public methodStatic memberCreateUpdateProgressControl(String) Obsolete.
Public methodStatic memberCreateUpdateProgressControl(String, String) Obsolete.
Public methodStatic memberCreateUpdateProgressControl(String, Control) Obsolete.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetScriptManager
Gets the current ScriptManager on the page
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsEnabled
IsEnabled can be used to determine if AJAX has been enabled already as we only need one Script Manager per page.
Public methodStatic memberIsHostEnabled Obsolete.
Public methodStatic memberIsInstalled
IsInstalled can be used to determine if AJAX is installed on the server
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberRegisterPostBackControl
Allows a control to be excluded from UpdatePanel async callback
Public methodStatic memberRegisterScriptManager
RegisterScriptManager must be used by developers to instruct the framework that AJAX is required on the page
Public methodStatic memberRemoveScriptManager
RemoveScriptManager will remove the ScriptManager control during Page Render if the RegisterScriptManager has not been called
Public methodStatic memberScriptManagerControl Obsolete.
Public methodStatic memberSetScriptManagerProperty Obsolete.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberWrapUpdatePanelControl
Wraps a control in an update panel

Extension Methods

  NameDescription
Public Extension MethodToJson
Extension method on object that serializes the value to Json. Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.)

See Also