SPUrlUtility.IsProtocolAllowed - Méthode (String, Boolean)
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, _
allowRelativeUrl As Boolean _
) As Boolean
'Utilisation
Dim fullOrRelativeUrl As String
Dim allowRelativeUrl As Boolean
Dim returnValue As Boolean
returnValue = SPUrlUtility.IsProtocolAllowed(fullOrRelativeUrl, _
allowRelativeUrl)
public static bool IsProtocolAllowed(
string fullOrRelativeUrl,
bool allowRelativeUrl
)
Paramètres
fullOrRelativeUrl
Type : System.StringUne chaîne contenant l'URL complète ou relative.
allowRelativeUrl
Type : System.Booleantrue pour permettre à une URL relative comme paramètre fullOrRelativeUrl ; dans le cas contraire, false.
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 .