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

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
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