Click or drag to resize
ScriptHelperRegisterBootstrapScripts Method
Ensures registration of Bootstrap JavaScript library.

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

Parameters

page
Type: System.Web.UIPage
Page to register.
See Also