TransformationHelperJSEncode Method |
Encodes input string to be used in javascript code and encapsulates it with "'".
Namespace: CMS.ControlsAssembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax public string JSEncode(
string input
)
Parameters
- input
- Type: SystemString
Input string
Return Value
Type:
StringSee Also