Class AJAX
Assembly: DotNetNuke.dll
Syntax
Constructors
AJAX()
Declaration
Methods
AddScriptManager(Page)
Declaration
public static void AddScriptManager(Page page)
Parameters
Type |
Name |
Description |
Page |
page |
|
AddScriptManager(Page, bool)
Declaration
public static void AddScriptManager(Page page, bool checkCdn)
Parameters
Type |
Name |
Description |
Page |
page |
|
bool |
checkCdn |
|
GetScriptManager(Page)
Declaration
public static ScriptManager GetScriptManager(Page objPage)
Parameters
Type |
Name |
Description |
Page |
objPage |
|
Returns
IsEnabled()
Declaration
public static bool IsEnabled()
Returns
IsInstalled()
Declaration
public static bool IsInstalled()
Returns
RegisterPostBackControl(Control)
Declaration
public static void RegisterPostBackControl(Control objControl)
Parameters
Type |
Name |
Description |
Control |
objControl |
|
RegisterScriptManager()
Declaration
public static void RegisterScriptManager()
RemoveScriptManager(Page)
Declaration
public static void RemoveScriptManager(Page objPage)
Parameters
Type |
Name |
Description |
Page |
objPage |
|
WrapUpdatePanelControl(Control, bool)
Declaration
public static Control WrapUpdatePanelControl(Control objControl, bool blnIncludeProgress)
Parameters
Type |
Name |
Description |
Control |
objControl |
|
bool |
blnIncludeProgress |
|
Returns
Extension Methods