Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UriPartial Enumeration

 

Defines the parts of a URI for the Uri::GetLeftPart method.

Namespace:   System
Assembly:  System (in System.dll)

public enum class UriPartial

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.

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

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft