OpenWGA 7.5 - TMLScript reference
URLBuilderMethod :
buildLikeGiven()
On object | URLBuilder |
Usage | Builds the URL in the form it was given on creation, either absolute or relative |
Description | If you create your URL builder by giving it an absolute URL as input this method will also build it as absolute URL. Otherwise it will build it as relative URL, beginning with the URL path. |
Return value | The URL (String) |
Allowed in script types |
|