CssLinkHelper Class |
Namespace: CMS.Helpers
public class CssLinkHelper
The CssLinkHelper type exposes the following members.
Name | Description | |
---|---|---|
![]() | CssLinkHelper |
Name | Description | |
---|---|---|
![]() ![]() | CSS_LINK_PREFIX |
CSS Link Prefix
|
Name | Description | |
---|---|---|
![]() ![]() | MinifyCurrentRequest |
If true, the current request links are minified.
|
![]() ![]() | StylesheetMinificationEnabled |
Gets if stylesheet minification is enabled.
|
Name | Description | |
---|---|---|
![]() ![]() | GetCssFileLink(String) |
Returns the HTML link element that links to external stylesheet.
|
![]() ![]() | GetCssFileLink(String, String) |
Returns the HTML link element that links to external stylesheet.
|
![]() ![]() | GetCssUrl |
Returns path to the stylesheet handler
|
![]() ![]() | GetPhysicalCssUrl(String) |
Gets the URL used to retrieve external physical stylesheet.
|
![]() ![]() | GetPhysicalCssUrl(String, String) |
Gets the URL for the Theme CSS file. Based in ~/App_Themes/[Theme] or ~/App_Themes/Default.
|
![]() ![]() | GetStylesheetUrl |
Returns virtual path to the stylesheet file.
|
![]() ![]() | GetThemeCssUrl(String, String) |
Gets the URL for the Theme CSS file. Based in ~/App_Themes/[Theme] or ~/App_Themes/Default.
|
![]() ![]() | GetThemeCssUrl(String, String, Boolean) |
Gets the URL for the Theme CSS file. Based in ~/App_Themes/[Theme] or ~/App_Themes/Default.
|
![]() ![]() | IsCssLinkRegistered |
Gets if the CSS link is already registered.
|
![]() ![]() | SetCssLinkRegistered |
Sets the CSS link as already registered.
|