Click or drag to resize
CSSHelperRegisterModuleStylesheet Method
Registers link to a stylesheet of the specified module with the Page object.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static void RegisterModuleStylesheet(
	Page page,
	string moduleName,
	string stylesheetFileName
)

Parameters

page
Type: System.Web.UIPage
The page to register the stylesheet with.
moduleName
Type: SystemString
The code name of the module.
stylesheetFileName
Type: SystemString
The stylesheet file name.
See Also