Click or drag to resize
CSSHelperRegisterModuleStylesheets Method
Registers links to all stylesheets 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 RegisterModuleStylesheets(
	Page page,
	string moduleName
)

Parameters

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