Click or drag to resize
CSSHelperGetPhysicalCSSUrl Method (String, String)
Gets the URL for the Theme CSS file. Based in ~/App_Themes/[Theme] or ~/App_Themes/Default.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string GetPhysicalCSSUrl(
	string theme,
	string fileName
)

Parameters

theme
Type: SystemString
Stylesheet theme
fileName
Type: SystemString
Name of the stylesheet file

Return Value

Type: String
See Also