SPUrlUtility.IsLegalCharInUrl - Méthode
Obtient une valeur booléenne qui indique si le caractère spécifié peut être utilisé dans une URL.
Espace de noms : Microsoft.SharePoint.Utilities
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Shared Function IsLegalCharInUrl ( _
character As Char _
) As Boolean
'Utilisation
Dim character As Char
Dim returnValue As Boolean
returnValue = SPUrlUtility.IsLegalCharInUrl(character)
public static bool IsLegalCharInUrl(
char character
)
Paramètres
character
Type : System.CharDe 16 bits Char représentant le caractère.
Valeur renvoyée
Type : System.Boolean
true si le caractère peut être utilisé dans une URL ; dans le cas contraire, false.