Back to product page

PageName property


Holds only name (without path) of requested resource.

Type

String

Syntax

  • Basic
object.PageName
The PageName(object) syntax has these parts:
objectAn expression evaluating to an object of type WebRequest

Remarks

PageName property will contain part of Request.URI that specifies name of the page/resource that was requested by the client, but without any path information. For example, if user tries to retrieve page /public_pages/joe/index.html then PageName property will contain 'index.html'. To retrieve path of the resource, you can use Path property.

Platforms

Windows