ClientScriptsJavaScriptStringEncode Method

Note: This API is now obsolete.

Definition

Namespace: Centralpoint.Web.UI
Assembly: Centralpoint.Web.UI (in Centralpoint.Web.UI.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[ObsoleteAttribute("This method has been depreciated in favor of CpScriptManager.JavaScriptEncode.")]
public static string JavaScriptStringEncode(
	string value
)

Parameters

value  String
 

Return Value

String

See Also