Click or drag to resize
ModuleCssRegistration Class
Provides methods for module CSS stylesheet registration.
Inheritance Hierarchy
SystemObject
  CMS.Base.Web.UIModuleCssRegistration

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
public class ModuleCssRegistration

The ModuleCssRegistration type exposes the following members.

Constructors
  NameDescription
Public methodModuleCssRegistration
Top
Methods
  NameDescription
Public methodStatic memberRegisterModuleStylesheet
Registers link to a stylesheet of the specified module with the Page object.
Public methodStatic memberRegisterModuleStylesheets
Registers links to all stylesheets of the specified module with the Page object.
Top
See Also