UriPartial

UriPartial enum

Represents the parts of a URI for the Uri.GetLeftPart method.

enum class UriPartial

Values

NameValueDescription
Scheme0The scheme component of the URI.
Authority1The scheme and authority components of the URI.
Path2The scheme, authority and path components of the URI.
Query3The scheme, authority, path and query components of the URI.

See Also