Enum UriKind
- Namespace
- System
- Assembly
- System.Net.Http.dll
Defines the kinds of Uris for the IsWellFormedUriString(string, UriKind) method and several Uri methods.
public enum UriKind
Fields
Absolute = 1
The Uri is an absolute Uri.
Relative = 2
The Uri is a relative Uri.
RelativeOrAbsolute = 0
The kind of the Uri is indeterminate.