Back to product page

PathInfo property


Holds additional path for the resource.

Type

String.

Syntax

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

ReadOnly Property PathInfo As String

Remarks

This property holds part of the resource that comes after the location of the page, but before QueryVariables. For example, in URL
 
http://www.yourhost.com/virdir/page.html/tail
 

it would return /tail part of the URL.

Platforms

Windows