AJAXHelperResolveURLs Method (String, String, Boolean) |
Resolves URLs in the response array content.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static string ResolveURLs(
string response,
string applicationPath,
bool canResolveAllUrls
)
Parameters
- response
- Type: SystemString
Response string - applicationPath
- Type: SystemString
Application path - canResolveAllUrls
- Type: SystemBoolean
Determines whether resolving of all url can be used
Return Value
Type:
StringSee Also