UtilWebValidateUrl Method
Validates an Url.
Note that the source Url should be absolute, not relative.
Namespace: DevCase.Core.Networking.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool ValidateUrl(
string url
)
Public Shared Function ValidateUrl (
url As String
) As Boolean
Dim url As String
Dim returnValue As Boolean
returnValue = UtilWeb.ValidateUrl(url)
public:
static bool ValidateUrl(
String^ url
)
static member ValidateUrl :
url : string -> bool
No code example is currently available or this language may not be supported.
- url String
-
The Url.
Boolean if the Url is valid,
otherwise.
This is a code example.
No code example is currently available or this language may not be supported.
Dim isValid As Boolean = ValidateUrl("www.google.com")
Dim isValid As Boolean = ValidateUrl("http://www.google.com/")
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.