Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Serializes the specified message and returns the resulting JSON-formatted string.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Function JavaScriptStringEncode ( _
message As String _
) As String
public string JavaScriptStringEncode(
string message
)
public:
String^ JavaScriptStringEncode(
String^ message
)
Parameters
- message
Type: System.String
The message to serialize.
Return Value
Type: System.String
The serialized message as a JSON-formatted string.