This documentation is archived and is not being maintained.
UriPartial Enumeration
.NET Framework 1.1
Defines the parts of a URI for the Uri.GetLeftPart method.
[Visual Basic] <Serializable> Public Enum UriPartial [C#] [Serializable] public enum UriPartial [C++] [Serializable] __value public enum UriPartial [JScript] public Serializable enum UriPartial
Remarks
The UriPartial enumeration defines the values that can be passed to the Uri.GetLeftPart method.
Members
| Member name | Description |
|---|---|
| Authority Supported by the .NET Compact Framework. | The scheme and authority segment of the URI. |
| Path Supported by the .NET Compact Framework. | The scheme, authority, and path segment of the URI. |
| Scheme Supported by the .NET Compact Framework. | The scheme segment of the URI. |
Requirements
Namespace: System
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
Assembly: System (in System.dll)
See Also
Show: