mscorlib(4.0.0.0) API with additions
UriPartial.cs
1 namespace System
2 {
4  public enum UriPartial
5  {
7  Scheme,
9  Authority,
11  Path,
13  Query
14  }
15 }
The scheme and authority segments of the URI.
Definition: __Canon.cs:3
UriPartial
Defines the parts of a URI for the M:System.Uri.GetLeftPart(System.UriPartial) method.
Definition: UriPartial.cs:4
The P:System.Uri.Scheme data.
The P:System.Uri.Query data.
The P:System.Uri.LocalPath data.