SPHttpUtility.EcmaScriptStringLiteralEncode Method
Include Protected Members
Include Inherited Members
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