CssLinkHelperGetThemeCssUrl Method (String, String) |
Gets the URL for the Theme CSS file. Based in ~/App_Themes/[Theme] or ~/App_Themes/Default.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax public static string GetThemeCssUrl(
string theme,
string fileName
)
Parameters
- theme
- Type: SystemString
Stylesheet theme - fileName
- Type: SystemString
Name of the stylesheet file
Return Value
Type:
StringSee Also