SPHttpUtility.EcmaScriptStringLiteralEncode method
Returns an encoded version of the specified JavaScript.
Overload list
Name | Description | |
---|---|---|
EcmaScriptStringLiteralEncode(String) | Returns an encoded version of the specified JavaScript. | |
EcmaScriptStringLiteralEncode(String, TextWriter) | Returns an encoded version of the specified JavaScript and appends it to the specified output stream. |
Top