Partage via


Manager.IsValidURL(String) Méthode

Définition

Détermine si l’URL spécifiée est valide.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

public:
 static bool IsValidURL(System::String ^ pURL);
public static bool IsValidURL (string pURL);
static member IsValidURL : string -> bool
Public Shared Function IsValidURL (pURL As String) As Boolean

Paramètres

pURL
String

URL à vérifier.

Retours

true si l’URL est valide ; sinon, false.

S’applique à