Description
-
Holds URI of resource that should be fetched.
Property type
-
A String value.
Syntax
-
object.URI [= value]
The URI Property syntax has these parts:
| object |
An expression
evaluating to an object of type HttpRequest. |
| value |
A String value. |
Remarks
-
URI (shorter than URL) is the location of a document on
a remote server. It contains the complete path and document
name, without information about the protocol or
hostname.
If left blank, default "/" is used.
For example:
/index.html /users/joe.zip
/order/payment.cgi?CreditCard=123.
|