HttpUtility.UrlPathEncode - Méthode (String, Boolean, Boolean, Boolean)
Code partie du chemin d'accès de l'URL de sa transmission HTTP fiable du serveur Web à un client.
Espace de noms : Microsoft.SharePoint.Client.Utilities
Assembly : Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Shared Function UrlPathEncode ( _
urlToEncode As String, _
allowHashParameter As Boolean, _
encodeUnicodeCharacters As Boolean, _
rfcCompliant As Boolean _
) As String
'Utilisation
Dim urlToEncode As String
Dim allowHashParameter As Boolean
Dim encodeUnicodeCharacters As Boolean
Dim rfcCompliant As Boolean
Dim returnValue As String
returnValue = HttpUtility.UrlPathEncode(urlToEncode, _
allowHashParameter, encodeUnicodeCharacters, _
rfcCompliant)
public static string UrlPathEncode(
string urlToEncode,
bool allowHashParameter,
bool encodeUnicodeCharacters,
bool rfcCompliant
)
Paramètres
urlToEncode
Type : System.StringL'URL à encoder.
allowHashParameter
Type : System.BooleanTrue pour autoriser le paramètre hachage ; Sinon, false.
- encodeUnicodeCharacters
Type : System.Boolean
rfcCompliant
Type : System.BooleanRendre l'URL codage conforme à RFC 3986 ? Valeur True à l'exception de compatibilité de code hérité.
Valeur renvoyée
Type : System.String
Au format URL. Vide si le paramètre urlToEncode est vide et null si le paramètre urlToEncode est null.