Click or drag to resize
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.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 9.0.0
Syntax
C#
public static void AddComponentsCSS(
	Page page
)

Parameters

page
Type: System.Web.UIPage
Represents page object which style sheets are included to.
See Also