Back to product page

Path property


Holds only path to requested resource.

Type

String.

Syntax

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

ReadOnly Property Path As String

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