This topic has not yet been rated - Rate this topic

CssRegistration.Register method

Registers the specified cascading style sheet (CSS) in master pages, content pages, or .ascx code pages.

  NameDescription
Public method Static member Register(String) Registers the specified cascading style sheet (CSS) in master pages, content pages, or .ascx code pages.
Public method Static member Register(String, Boolean) Registers the specified cascading style sheet (CSS) in master pages, content pages, or .ascx code pages, and specifies whether to reference the themed version of this CSS file if a theme is applied.
Public method Static member Register(String, String) Registers the specified cascading style sheet (CSS) in master pages, content pages, or .ascx code pages, and specifies the user interface (UI) version with which the style sheet is compatible.
Public method Static member Register(Control, String)
Public method Static member Register(String, Boolean, String) Registers the specified cascading style sheet (CSS) in master pages, content pages, or .ascx code pages, and specifies the user interface (UI) version with which the style sheet is compatible, and whether to reference the themed version of this CSS file if a theme is applied.
Public method Static member Register(String, String, Boolean) Registers the specified cascading style sheet (CSS) in master pages, content pages, or .ascx code pages using the specified conditional expression, and specifies whether to reveal to internet browsers other than Internet Explorer.
Public method Static member Register(Control, String, String)
Public method Static member Register(String, String, Boolean, String) Registers the specified cascading style sheet (CSS) in master pages, content pages, or .ascx code pages using the specified conditional expression, and specifies the user interface (UI) version with which the style sheet is compatible, and whether to reveal to internet browsers other than Internet Explorer.
Public method Static member Register(Control, String, Boolean, String)
Public method Static member Register(String, String, Boolean, String, []) Register a stylesheet with a UIVersion
Public method Static member Register(Control, String, String, Boolean, String)
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.