Resolves application-relative URLs in CSS rules to absolute URLs (used with database stylesheets).
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- inputText
- Type: System String
CSS text to search and rebase
- applicationPath
- Type: System String
Base URL to use when resolving application relative URLs
Return Value
Type: StringCSS rules containing absolute URLs to resources
See Also