Click or drag to resize
Uri Properties

The Uri type exposes the following members.

Properties
  NameDescription
Public propertyAuthority

Returns the Domain Name System (DNS) host name or IP address and the port number for a server.

Public propertyPath

Returns the path of the URI.

Public propertyPathAndQuery

Returns the Path and Query properties separated by a question mark (?).

Public propertyPort

Returns the port number of this URI.

Public propertyQuery

Returns any query information included in the specified URI.

Public propertyScheme

Returns the scheme name for this URI.

Top
See Also