Search
DiagramView.JavascriptEscape Method
See Also
 





Escapes special javascript characters with backslashes to generate javascript string constant whose value is equal to the argument.

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public static string JavascriptEscape (
    string js
)

Visual Basic  Copy Code

Public Shared Function JavascriptEscape( _
    js As String _
) As String

 Parameters

js

The string that will be escaped

 Return Value

The escaped string

 See Also