SPUrlUtility.IsProtocolAllowed - Méthode (String)
Obtient une valeur booléenne qui indique si l'URL spécifiée utilise un protocole pris en charge.
Espace de noms : Microsoft.SharePoint.Utilities
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Shared Function IsProtocolAllowed ( _
fullOrRelativeUrl As String _
) As Boolean
'Utilisation
Dim fullOrRelativeUrl As String
Dim returnValue As Boolean
returnValue = SPUrlUtility.IsProtocolAllowed(fullOrRelativeUrl)
public static bool IsProtocolAllowed(
string fullOrRelativeUrl
)
Paramètres
fullOrRelativeUrl
Type : System.StringUne chaîne contenant l'URL complète ou relative.
Valeur renvoyée
Type : System.Boolean
true si l'URL utilise un protocole pris en charge ; dans le cas contraire, false.
Remarques
Pour retourner un tableau de protocoles autorisés, utilisez la propriété AllowedProtocols .