Click or drag to resize
CssLinkHelper Class
Utility methods for CSS url manipulation.
Inheritance Hierarchy
SystemObject
  CMS.HelpersCssLinkHelper

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax
C#
public class CssLinkHelper

The CssLinkHelper type exposes the following members.

Constructors
  NameDescription
Public methodCssLinkHelper
Top
Fields
  NameDescription
Public fieldStatic memberCSS_LINK_PREFIX
CSS Link Prefix
Top
Properties
  NameDescription
Public propertyStatic memberMinifyCurrentRequest
If true, the current request links are minified.
Public propertyStatic memberStylesheetMinificationEnabled
Gets if stylesheet minification is enabled.
Top
Methods
  NameDescription
Public methodStatic memberGetCssFileLink
Returns the HTML link element that links to external stylesheet.
Public methodStatic memberGetCssUrl
Returns path to the stylesheet handler
Public methodStatic memberGetPhysicalCssUrl
Gets the URL used to retrieve external physical stylesheet.
Public methodStatic memberGetThemeCssUrl
Gets the URL for the Theme CSS file. Based in ~/App_Themes/[Theme] or ~/App_Themes/Default.
Top
See Also