PortalHelperAddComponentsCSS Method |
Links component style sheets to the page. Styles of the following objects are included: web parts, page templates, page layouts, web part layouts, web part containers, transformations and device layouts.
Namespace: CMS.PortalControlsAssembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 8.2.23
Syntax public static void AddComponentsCSS(
Page page
)
Parameters
- page
- Type: System.Web.UIPage
Represents page object which style sheets are included to.
See Also