Click or drag to resize

ClientSideExtensionsJavaScriptEncode Method

Performs JavaScript encoding on given string.

Namespace: GSF.Web.UI
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public static string JavaScriptEncode(
	ref string text
)
View Source

Parameters

text  String
The string to be encoded.

Return Value

String
See Also