Mono Class Library: System Namespace

System.UriPartial Enumeration

Specifies URI components. [Edit]
public enum UriPartial

Remarks

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

Members

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

Requirements

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