Back to product page
- Introduction
- License agreement
- Classes
- Enumerations
- Exceptions
- WeOnlyDo.Server.WebServer
- WeOnlyDo.Server.WebHeader
- WeOnlyDo.Server.WebHeaders
- WeOnlyDo.Server.WebRequest
- WeOnlyDo.Server.WebResponse
- WeOnlyDo.Server.WebSessions
- WeOnlyDo.Server.WebSessionVar
- WeOnlyDo.Server.WebSessionVars
- WeOnlyDo.Server.WebUpload
- WeOnlyDo.Server.WebUploads
- WeOnlyDo.Server.WebUser
- WeOnlyDo.Server.WebUsers
- How to get support?
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 URLhttp://www.yourhost.com/virdir/page.html/tail
it would return /tail part of the URL.