HttpUtility.EcmaScriptStringLiteralEncode Method
Include Protected Members
Include Inherited Members
Returns an encoded version of a specified JavaScript string.
Overload List
Name | Description | |
---|---|---|
EcmaScriptStringLiteralEncode(String) | Retrieves an encoded version of the specified JavaScript string. | |
EcmaScriptStringLiteralEncode(String, TextWriter) | Retrieves an encoded version of the specified JavaScript string and appends it to the specified output stream. |
Top