Click or drag to resize
ScriptHelperRegisterRequireJs Method
Registers the require.js client script with the Page object.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static void RegisterRequireJs(
	Page page
)

Parameters

page
Type: System.Web.UIPage
The page to register the client script.
See Also