The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
UriComponents Enumeration
.NET Framework (current version)
Specifies the parts of a Uri.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System (in System.dll)
| Member name | Description | |
|---|---|---|
| AbsoluteUri | ||
| Fragment | The Fragment data. | |
| Host | The Host data. | |
| HostAndPort | ||
| HttpRequestUrl | ||
| KeepDelimiter | Specifies that the delimiter should be included. | |
| NormalizedHost | The normalized form of the Host. | |
| Path | The LocalPath data. | |
| PathAndQuery | The LocalPath and Query data. Also see PathAndQuery. | |
| Port | The Port data. | |
| Query | The Query data. | |
| Scheme | The Scheme data. | |
| SchemeAndServer | ||
| SerializationInfoString | The complete Uri context that is needed for Uri Serializers. The context includes the IPv6 scope. | |
| StrongAuthority | ||
| StrongPort | ||
| UserInfo | The UserInfo data. |
This enumeration is used to identify the parts of a Uri. This enumeration is used with the Uri::GetComponents method.
Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Show: