Click or drag to resize
UIContextHelperEnsureBootstrapJavaScript Method
Ensures the bootstrap JavaScript files for specified page if it is allowed for view mode.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static void EnsureBootstrapJavaScript(
	ViewModeEnum viewMode,
	Page page
)

Parameters

viewMode
Type: CMS.PortalEngineViewModeEnum
The view mode.
page
Type: System.Web.UIPage
The current page.
See Also