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.
UriPartial Enumeration
.NET Framework (current version)
Defines the parts of a URI for the Uri::GetLeftPart method.
Assembly: System (in System.dll)
| Member name | Description | |
|---|---|---|
| Authority | The scheme and authority segments of the URI. | |
| Path | The scheme, authority, and path segments of the URI. | |
| Query | The scheme, authority, path, and query segments of the URI. | |
| Scheme | The scheme segment of the URI. |
The UriPartial enumeration defines the values that can be passed to the Uri::GetLeftPart method.
.NET Framework
Available since 1.1
Available since 1.1
Show: