Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

enum System.UriPartial

Assembly: System.Runtime

Defines the parts of a URI for the <see cref="M:System.Uri.GetLeftPart(System.UriPartial)" /> method.

Values

Scheme
The scheme segment of the URI.
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.