Back to product page

FullURI property


Holds full path and arguments for requested resource.

Type

String

Syntax

  • 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
 


Platforms

Windows