Back to product page

PageName property


Holds only name (without path) of requested resource.

Type

String.

Syntax

  • C#
  • VB.NET
String PageName {get; };

ReadOnly Property PageName As String

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