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.