getURLAsString
String request.getURLAsString ( String key )
Description
Retrieve the URL of the request.
Parameters
This method does not receive any parameters.
Return Values
Returns the URL of the request, as a string.
Change Log
| Version | Description | 
|---|---|
| 4.5 | Available for all editions. | 
Examples
Retrieve Request URL
 // Retrieve the URL String
url = request.getURLAsString();
url = request.getURLAsString();
      scraper on 07/16/2010 at 5:15 pm
  
    
          
      
- Printer-friendly version
 - Login or register to post comments
 
