Mono Class Library: System Namespace

System.UriPartial Enumeration

Specifies URI components.
public enum UriPartial

Remarks

Note: The UriPartial enumeration defines the values that are passed to the Uri.GetLeftPart(UriPartial) method.

Members

Member NameDescription
Authority Specifies the authority component of a URI.
Path Specifies the path component of a URI.
QueryDocumentation for this section has not yet been entered.
Scheme Specifies the scheme component of a URI.

Requirements

Namespace: System
Assembly: System (in System.dll)
Assembly Versions: 1.0.x.x, 1.0.5000.0, 2.0.0.0