UriComponents Enumeration
.NET Framework 2.0
Note: This enumeration is new in the .NET Framework version 2.0.
Specifies the parts of a Uri.
Assembly: System (in system.dll)
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: SystemAssembly: System (in system.dll)
| Member name | Description | |
|---|---|---|
![]() | AbsoluteUri | The Scheme, UserInfo, Host, Port, LocalPath, Query, and Fragment data. |
![]() | Fragment | The Fragment data. |
![]() | Host | The Host data. |
![]() | 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. |
![]() | HttpRequestUrl | The Scheme, Host, Port, LocalPath, and Query data. |
![]() | KeepDelimiter | Specifies that the delimiter should be included. |
![]() | 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 | The Scheme, Host, and Port data. |
![]() | SerializationInfoString | The complete Uri context that is needed for Uri Serializers. The context includes the IPv6 scope. |
![]() | 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. |
![]() | 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. |
![]() | UserInfo | The UserInfo data. |
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show:
