Class AJAX
Assembly: DotNetNuke.dll
Syntax
Constructors
AJAX()
Declaration
Methods
AddScriptManager(IHostSettings, Page)
Declaration
public static void AddScriptManager(IHostSettings hostSettings, Page page)
Parameters
AddScriptManager(IHostSettings, Page, bool)
Declaration
public static void AddScriptManager(IHostSettings hostSettings, Page page, bool checkCdn)
Parameters
AddScriptManager(Page)
Declaration
[Obsolete("Deprecated in DotNetNuke 10.2.2. Use overload with IHostSettings. Scheduled for removal in v12.0.0.")]
public static void AddScriptManager(Page page)
Parameters
| Type |
Name |
Description |
| Page |
page |
|
AddScriptManager(Page, bool)
Declaration
[Obsolete("Deprecated in DotNetNuke 10.2.2. Use overload with IHostSettings. Scheduled for removal in v12.0.0.")]
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