HttpUtility.EcmaScriptStringLiteralEncode method
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