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

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string ResolveURLs(
	string response,
	string applicationPath
)

Parameters

response
Type: SystemString
Response string
applicationPath
Type: SystemString
Application path

Return Value

Type: String
See Also