Partager via


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

  • allowHashParameter
    Type : System.Boolean

    True pour autoriser le paramètre hachage ; Sinon, false.

  • rfcCompliant
    Type : System.Boolean

    Rendre 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.

Voir aussi

Référence

HttpUtility classe

HttpUtility - Membres

UrlPathEncode - Surcharge

Microsoft.SharePoint.Client.Utilities - Espace de noms