AJAXHelperParseResponse Method |
Parses the AJAX response returning the list of string arrays [length, type, id, content].
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static ArrayList ParseResponse(
string response
)
Parameters
- response
- Type: SystemString
Response string
Return Value
Type:
ArrayListSee Also