Manager.IsValidURL(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.