HTMLHelper ResolveCSSUrls Method Kentico 8.1 API Reference
Resolves application-relative URLs in CSS rules to absolute URLs (used with database stylesheets).

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

inputText
Type: OnlineSystem String
CSS text to search and rebase
applicationPath
Type: OnlineSystem String
Base URL to use when resolving application relative URLs

Return Value

Type: OnlineString
CSS rules containing absolute URLs to resources
See Also