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.PortalEngine.Web.UIAssembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 12.0.0
Syntax public static void AddComponentsCSS(
Page page
)
Parameters
- page
- Type: System.Web.UIPage
Represents page object which style sheets are included to.
See Also