Enum UriKind
Defines the kinds of Uris for the IsWellFormedUriString(String, UriKind) method and several Uri methods.
Namespace: System
Assembly: System.Net.Http.dll
Syntax
public enum UriKind
Fields
Name | Description |
---|---|
Absolute | The Uri is an absolute Uri. |
Relative | The Uri is a relative Uri. |
RelativeOrAbsolute | The kind of the Uri is indeterminate. |