HttpUtility.UrlKeyValueEncode - Méthode (String, TextWriter)
Code de la clé de chaîne de requête URL spécifiée ou la valeur 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 UrlKeyValueEncode ( _
keyOrValueToEncode As String, _
output As TextWriter _
)
'Utilisation
Dim keyOrValueToEncode As String
Dim output As TextWriter
HttpUtility.UrlKeyValueEncode(keyOrValueToEncode, _
output)
public static void UrlKeyValueEncode(
string keyOrValueToEncode,
TextWriter output
)
Paramètres
keyOrValueToEncode
Type : System.StringChaîne à encoder clé ou une valeur.
output
Type : System.IO.TextWriterUn objet TextWriter qui représente le flux de sortie auquel vous souhaitez ajouter la clé codée ou la valeur.
Remarques
Si un des paramètres keyOrValueToEncode ou sortie est null, cette méthode n'a aucun effet.