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.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 11.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