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