Click or drag to resize
CSSHelperGetPhysicalCSSUrl Method (String)
Gets the URL used to retrieve external physical stylesheet.

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

Parameters

url
Type: SystemString
URL to the stylesheet file

Return Value

Type: String
URL to stylesheet file
See Also