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?
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.