HttpUtility.EcmaScriptStringLiteralEncode - Méthode (String, TextWriter)
Récupère une version encodée de la chaîne spécifiée JavaScript et l'ajoute au flux de sortie spécifié.
Espace de noms : Microsoft.SharePoint.Client.Utilities
Assembly : Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Shared Sub EcmaScriptStringLiteralEncode ( _
scriptLiteralToEncode As String, _
output As TextWriter _
)
'Utilisation
Dim scriptLiteralToEncode As String
Dim output As TextWriter
HttpUtility.EcmaScriptStringLiteralEncode(scriptLiteralToEncode, _
output)
public static void EcmaScriptStringLiteralEncode(
string scriptLiteralToEncode,
TextWriter output
)
Paramètres
scriptLiteralToEncode
Type : System.StringReprésentation de chaîne à encoder JavaScriptString .
output
Type : System.IO.TextWriterUn objet TextWriter qui représente le flux de sortie dans lesquelles vous pouvez ajouter le script codé.
Remarques
ECMA International développe des normes pour les systèmes d'information et des communications. Pour plus d'informations, consultez http://www.ecma-international.org/.