WeOnlyDo! wodWebServer ActiveX - PageName Property
      
 

Description

Holds only name (without path) of requested resource.


Property type

A String value.  


Syntax

object.PageName



The PageName Property syntax has these parts:

Part Description
object An 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.