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

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