AJAXHelperResolveURLs Method (ArrayList, String) |
Resolves URLs in the response array content.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static void ResolveURLs(
ArrayList response,
string applicationPath
)
Parameters
- response
- Type: System.CollectionsArrayList
Response array - applicationPath
- Type: SystemString
Application path
See Also