HTMLHelperResolveCSSUrls Method |
Resolves application-relative URLs in CSS rules to absolute URLs (used with database style sheets).
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static string ResolveCSSUrls(
string inputText,
string applicationPath
)
Parameters
- inputText
- Type: SystemString
CSS text to search and re-base - applicationPath
- Type: SystemString
Base URL to use when resolving application relative URLs
Return Value
Type:
StringCSS rules containing absolute URLs to resources
See Also