The C1ThemeHelper type exposes the following members.

Constructors

  Name Description
Public method C1ThemeHelper

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method Static member GetEmbeddedVisualStyleWebResourceUrl
Gets the embedded visual style web resource URL.
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetResourceCssContent
Returns content of the css resource embedded into assebly.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method RegisterRunTimeStyleSheet(String, String)
Register links of the style sheet to the page header for runtime.
Public method Static member RegisterRunTimeStyleSheet(String, String, Page)
Registers the run time style sheet into specified page.
Public method RegisterRunTimeVisualStyle
Registers runtime stylesheet related to the VisualStyle.
Public method RenderDesignTimeStyleSheet(HtmlTextWriter, String)
Renders the raw CSS class definition to the web page for design time.
Public method RenderDesignTimeStyleSheet(HtmlTextWriter, String, Boolean)
Renders the CSS style sheet for design time.
Public method RenderDesignTimeVisualStyle
Renders the CSS VisualStyle for design time.
Public method ResolveAbsoluteUrl
Converts the URL to absolute format.
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property ApplicationPath
Gets the ASP.NET application's virtual application root path on the server.

See Also