Click or drag to resize
CMSCssSettingsRegisterCSS Method (Page, String, ListCMSItem)
Registers the CSS link for the given items with given query string key

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public void RegisterCSS(
	Page page,
	string key,
	List<CMSItem> items
)

Parameters

page
Type: System.Web.UIPage
Page
key
Type: SystemString
QueryString key name
items
Type: System.Collections.GenericListCMSItem
Items collection
See Also