AJAXHelperGetNextField Method |
Gets the next field from the AJAX response (all text until next separator).
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static string GetNextField(
string response,
int start
)
Parameters
- response
- Type: SystemString
Response string - start
- Type: SystemInt32
Start index
Return Value
Type:
StringSee Also