FullURI property: Request class
Description
This property returns the complete URI up to, but not including, the query string. This method returns a string value.
To return only the request URI (that is, without the scheme, server name or port) use the RequestURI method.
This property is read-only.
Example
From the following code
&FullURI = %Request.FullURI;
&FullURI might contain the following:
http://serverx/servlets/psp/ps84/Portal/Node/s/WEBLIB_TEST.SCRIPTS.Field⇒
Formula.IScript_Test
Related Topics