System.UriPartial Enumeration

Defines the parts of a URI for the Uri.GetLeftPart(UriPartial) method.

Syntax

public enum UriPartial

Remarks

The UriPartial enumeration defines the values that can be passed to the Uri.GetLeftPart(UriPartial) method.

Members

Member NameDescription
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.

Requirements

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