Description
-
Holds only path to requested resource.
Property type
-
A String value.
Syntax
-
object.Path
The Path Property syntax has these parts:
| object |
An expression evaluating to an object
of type WebRequest. |
Remarks
-
Path property will contain part of Request.URI without name
of the resource that is accessed. For example, if user
tries to retrieve page
/public_pages/joe/index.html
then Path property will contain '/public_pages/joe'. To retrieve only
name of the resource, you can use PageName
property.
|