AddScriptManager is used internally by the framework to add a ScriptManager control to the page.

Namespace: DotNetNuke.Framework
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static void AddScriptManager(
	Page page,
	bool checkCdn
)
Visual Basic
Public Shared Sub AddScriptManager ( 
	page As Page,
	checkCdn As Boolean
)

Parameters

page
Type: System.Web.UI..::..Page
the page instance.
checkCdn
Type: System..::..Boolean
Whether check cdn settings from host settings.

See Also