Click or drag to resize
CSSHelperGetCSSUrl Method
Returns path to the stylesheet handler

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static string GetCSSUrl(
	string parameters
)

Parameters

parameters
Type: SystemString
Querystring arguments for the request, including the leading question mark

Return Value

Type: String
URL to the stylesheet, using the querystring arguments
See Also