Click or drag to resize
CssLinkHelper Methods

The CssLinkHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetCssFileLink(String)
Returns the HTML link element that links to external stylesheet.
Public methodStatic memberGetCssFileLink(String, String)
Returns the HTML link element that links to external stylesheet.
Public methodStatic memberGetCssUrl
Returns path to the stylesheet handler
Public methodStatic memberGetPhysicalCssUrl(String)
Gets the URL used to retrieve external physical stylesheet.
Public methodStatic memberGetPhysicalCssUrl(String, String)
Gets the URL for the Theme CSS file. Based in ~/App_Themes/[Theme] or ~/App_Themes/Default.
Public methodStatic memberGetStylesheetUrl
Returns virtual path to the stylesheet file.
Public methodStatic memberGetThemeCssUrl(String, String)
Gets the URL for the Theme CSS file. Based in ~/App_Themes/[Theme] or ~/App_Themes/Default.
Public methodStatic memberGetThemeCssUrl(String, String, Boolean)
Gets the URL for the Theme CSS file. Based in ~/App_Themes/[Theme] or ~/App_Themes/Default.
Public methodStatic memberIsCssLinkRegistered Obsolete.
Gets if the CSS link is already registered.
Public methodStatic memberSetCssLinkRegistered Obsolete.
Sets the CSS link as already registered.
Top
See Also