PortalUIHelperEnsureBootstrapBodyClass Method |
Ensures the bootstrap CSS class for specified body CSS class string if it is allowed for view mode.
Namespace: CMS.PortalEngine.Web.UIAssembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
Syntax public static void EnsureBootstrapBodyClass(
ref string bodyClass,
ViewModeEnum viewMode,
Page page
)
Parameters
- bodyClass
- Type: SystemString
The body class. - viewMode
- Type: CMS.PortalEngineViewModeEnum
The view mode. - page
- Type: System.Web.UIPage
The current page.
See Also