AjaxHelper.JavaScriptStringEncode(String) Method

Definition

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.

Applies to