BASEURL keyword
Applies To
All specifications.
Description
Evaluates to the base URL of the web client web application.
Syntax
BASEURL( )
Remarks
A substitution keyword. The WinStudio runtime replaces BASEURL( ) with the base URL of the web client web application. This allows you to use relative paths in specifications such as the web version of a UserControl implementation.
For example, when the web client is accessed with http://server/wswebclient, then the BASEURL() resolves to http://server. When the web client is accessed with http://mydomain.com/wswebclient, then BASEURL() resolves to http://mydomain.com.