method is called once per page event cycle and will load all scripts requested during that page processing cycle

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

Syntax

C#
public static void Register(
	Page page
)
Visual Basic
Public Shared Sub Register ( 
	page As Page
)

Parameters

page
Type: System.Web.UI..::..Page
reference to the current page

See Also