[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.] Specifies the parts of a Uri.
The following tables list the members exposed by the UriComponents type.
|
| Name | Description |
|---|
.gif) .gif) .gif) .gif) | AbsoluteUri | The Scheme, UserInfo, Host, Port, LocalPath, Query, and Fragment data.
|
.gif) .gif) .gif) .gif) | Fragment | The Fragment data.
|
.gif) .gif) .gif) .gif) | Host | The Host data.
|
.gif) .gif) .gif) .gif) | HostAndPort | The Host and Port data. If no port data is in the Uri and a default port has been assigned to the Scheme, the default port is returned. If there is no default port, -1 is returned.
|
.gif) .gif) .gif) .gif) | HttpRequestUrl | The Scheme, Host, Port, LocalPath, and Query data.
|
.gif) .gif) .gif) .gif) | KeepDelimiter | Specifies that the delimiter should be included.
|
.gif) .gif) .gif) .gif) | Path | The LocalPath data.
|
.gif) .gif) .gif) .gif) | PathAndQuery | The LocalPath and Query data. Also see PathAndQuery.
|
.gif) .gif) .gif) .gif) | Port | The Port data.
|
.gif) .gif) .gif) .gif) | Query | The Query data.
|
.gif) .gif) .gif) .gif) | Scheme | The Scheme data.
|
.gif) .gif) .gif) .gif) | SchemeAndServer | The Scheme, Host, and Port data.
|
.gif) .gif) .gif) .gif) | SerializationInfoString | The complete Uri context that is needed for Uri Serializers. The context includes the IPv6 scope.
|
.gif) .gif) .gif) .gif) | StrongAuthority | The UserInfo, Host, and Port data. If no port data is in the Uri and a default port has been assigned to the Scheme, the default port is returned. If there is no default port, -1 is returned.
|
.gif) .gif) .gif) .gif) | StrongPort | The Port data. If no port data is in the Uri and a default port has been assigned to the Scheme, the default port is returned. If there is no default port, -1 is returned.
|
.gif) .gif) .gif) .gif) | UserInfo | The UserInfo data.
|
Reference
UriComponents Type
System Namespace