Taal

Manager.IsValidURL(String) Methode

Definitie

Bepaalt of de opgegeven URL geldig is.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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

Parameters

pURL
String

De URL die moet worden gecontroleerd.

Retouren

true als de URL geldig is; anders, false.

Van toepassing op