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();