CssLinkHelperGetCssUrl Method |
Returns path to the stylesheet handler
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static string GetCssUrl(
string parameters
)
Parameters
- parameters
- Type: SystemString
Querystring arguments for the request, including the leading question mark
Return Value
Type:
StringURL to the stylesheet, using the querystring arguments
See Also