xtd 0.2.0
Loading...
Searching...
No Matches

◆ uri_partial

enum class xtd::uri_partial
strong

Defines the parts of a URI for the xtd::uri::get_left_part method.

Namespace
xtd
Library
xtd.core
Remarks
The xtd::uri_partial enumeration defines the values that can be passed to the xtd::uri::get_lLeft_part method.
Enumerator
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.