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

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