crackURL

The crackURL method returns the component parts of URL.

 

Syntax

System.Object crackURL(System.String cURL);

 

Parameters

cURL

URL

 

Return Value

Returns the object, otherwise, null.

 

Remarks

The return object contains the following properties:

 

This method will throw an error if the URL is not correct.

 

Member of util.

 

Example