共用方式為


SPHttpUtility.EcmaScriptStringLiteralEncode method (String)

傳回指定的JavaScript編碼的版本。

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Shared Function EcmaScriptStringLiteralEncode ( _
    scriptLiteralToEncode As String _
) As String
'用途
Dim scriptLiteralToEncode As String
Dim returnValue As String

returnValue = SPHttpUtility.EcmaScriptStringLiteralEncode(scriptLiteralToEncode)
public static string EcmaScriptStringLiteralEncode(
    string scriptLiteralToEncode
)

參數

  • scriptLiteralToEncode
    Type: System.String

    字串,包含要編碼的JavaScript 。

傳回值

Type: System.String
字串,包含已編碼的版本的JavaScript。

備註

Ecma 國際開發資訊和通訊系統的標準。如需詳細資訊,查看到官方網站 Ecma 國際的 http://www.ecma-international.org/。

請參閱

參照

SPHttpUtility class

SPHttpUtility members

EcmaScriptStringLiteralEncode overload

Microsoft.SharePoint.Utilities namespace