Back to product page

Path property


Holds only path to requested resource.

Type

String

Syntax

  • Basic
object.Path [= value]
The Path(object,value) syntax has these parts:
objectAn expression evaluating to an object of type WebRequest
valueA String value.

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.

Platforms

Windows