AjaxHelper.JavaScriptStringEncode(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Serializes the specified message and returns the resulting JSON-formatted string.
public string JavaScriptStringEncode (string message);
member this.JavaScriptStringEncode : string -> string
Public Function JavaScriptStringEncode (message As String) As String
Parameters
- message
- String
The message to serialize.
Returns
The serialized message as a JSON-formatted string.