Click or drag to resize
AJAXHelperResolveURLs Method (ArrayList, String, Boolean)
Resolves URLs in the response array content.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static void ResolveURLs(
	ArrayList response,
	string applicationPath,
	bool canResolveAllUrls
)

Parameters

response
Type: System.CollectionsArrayList
Response array
applicationPath
Type: SystemString
Application path
canResolveAllUrls
Type: SystemBoolean
Determines whether resolving of all url can be used
See Also