public enum UriPartial
Object
ValueType
Enum
UriPartial
System
Networking
Specifies URI components.
[Note: The UriPartial enumeration defines the values that are passed to the System.Uri.GetLeftPart(System.UriPartial) method.]
System Namespace
UriPartial Fields
UriPartial.Authority Field
UriPartial.Path Field
UriPartial.Scheme Field
UriPartial.value__ Field
Authority = 1;
Specifies the authority component of a URI.
System.UriPartial Enum, System Namespace
Path = 2;
Specifies the path component of a URI.
System.UriPartial Enum, System Namespace
Scheme = 0;
Specifies the scheme component of a URI.
System.UriPartial Enum, System Namespace
value__;
System.UriPartial Enum, System Namespace