The properties of System.Uri are listed below. For a list of all members, see the Uri Members list.
See Also: Inherited members from System.Object
[read-only] AbsolutePath string. Gets the absolute path of the resource identified by the current instance. [read-only] AbsoluteUri string. Gets the absolute URI of the resource identified by the current instance in canonical form. [read-only] Authority string. Gets the authority component of the URI used to construct the current instance. [read-only] DnsSafeHost string. Documentation for this section has not yet been entered. [read-only] Fragment string. Gets the fragment component of the URI used to construct the current instance. [read-only] Host string. Gets the host component of the URI used to construct the current instance. [read-only] HostNameType UriHostNameType. Gets the format of the host address in the URI used to construct the current instance. [read-only] IsAbsoluteUri bool. Documentation for this section has not yet been entered. [read-only] IsDefaultPort bool. Gets a bool value indicating whether the Uri.Port value of the current instance is the default port for the scheme of the current instance. [read-only] IsFile bool. Gets a bool value indicating whether the current instance identifies a file. [read-only] IsLoopback bool. Gets a bool value indicating whether the host information of the current instance is the current computer. [read-only] IsUnc bool. Documentation for this section has not yet been entered. [read-only] LocalPath string. Gets the local operating-system representation of the resource identified by the current instance. [read-only] OriginalString string. Documentation for this section has not yet been entered. [read-only] PathAndQuery string. Gets the Uri.AbsolutePath and Uri.Query components of the URI used to construct the current instance. [read-only] Port int. Gets the port number used to connect to the Uri.Host referenced by the current instance. [read-only] Query string. Gets the query component of the URI used to construct the current instance. [read-only] Scheme string. Gets the scheme component of the URI used to construct the current instance. [read-only] Segments string[]. Documentation for this section has not yet been entered. [read-only] UserEscaped bool. Gets a bool value that indicates whether the URI information used to construct the current instance was escaped before the current instance was created. [read-only] UserInfo string. Gets the userinfo component of the URI used to construct the current instance.