Back to product page

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
 


Platforms

Windows