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?
URI property
Holds full path of requested resource.
Type
String.Syntax
- C#
- VB.NET
String URI {get; };
ReadOnly Property URI As String
Remarks
URI holds location of the resource as requested by the client. It contains complete path and page name of the resource, but without information about the protocol, hostname (URLs contains these), or variables provided after resource path. URI cannot be blank - if not specified by the client, wodWebServer.NET will replace it with / .URI property is parsed to Path and PageName (or FullURI containing both Path, PageName and any arguments sent in the URL) properties which may be easier to use.
Example for URI is
/index.htm
/users/joe.zip
/order/payment.cgi