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
}
System.UriPartial.Authority
The scheme and authority segments of the URI.
System
Definition:
__Canon.cs:3
System.UriPartial
UriPartial
Defines the parts of a URI for the M:System.Uri.GetLeftPart(System.UriPartial) method.
Definition:
UriPartial.cs:4
System.UriComponents.Scheme
The P:System.Uri.Scheme data.
System.UriComponents.Query
The P:System.Uri.Query data.
System.UriComponents.Path
The P:System.Uri.LocalPath data.
All cs
System
UriPartial.cs
Generated by
1.8.15