Click or drag to resize
TransformationHelperJSEncode Method
Encodes input string to be used in javascript code and encapsulates it with "'".

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax
C#
public string JSEncode(
	string input
)

Parameters

input
Type: SystemString
Input string

Return Value

Type: String
See Also