GenerateLocalURL method: DynamicLoader class
Syntax
GenerateLocalURL(URL_Fragment, new_window)
Description
Use this method to generate a URL based on the ContentURI property of the request object. The URL is manipulated based on the new_window parameter and appends the URL_fragment parameter to the URL.
Parameters
| Parameter | Description |
|---|---|
|
URL_Fragment |
Specifies a fragment of an URL. |
|
new_window |
Specifies whether the URL should be opened in a new window as a Boolean value. |
Returns
A URL as a String.