Partager via


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

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

Voir aussi

Référence

SPUrlUtility classe

SPUrlUtility - Membres

IsProtocolAllowed - Surcharge

Microsoft.SharePoint.Utilities - Espace de noms