SPEncode.UrlDecodeAsUrl - Méthode
Décode la chaîne encodée Universal Resource Locator (URL), suppression entre guillemets UTF-8 la mise en forme des caractères spéciaux.
Espace de noms : Microsoft.SharePoint.Utilities
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Shared Function UrlDecodeAsUrl ( _
strEncodedUrl As String _
) As String
'Utilisation
Dim strEncodedUrl As String
Dim returnValue As String
returnValue = SPEncode.UrlDecodeAsUrl(strEncodedUrl)
public static string UrlDecodeAsUrl(
string strEncodedUrl
)
Paramètres
strEncodedUrl
Type : System.StringChaîne d'URL à décoder.
Valeur renvoyée
Type : System.String
La chaîne d'URL décodée.