Defines the kinds of Uris for the Uri.IsWellFormedUriString(string, UriKind) and several erload:System.Uri.#ctor methods.
Absolute URIs are characterized by a complete reference to the resource (example: http://www.contoso.com/index.html), while a relative Uri depends on a previously defined base URI (example: /index.html).
Member Name | Description |
---|---|
Absolute |
![]() The Uri is an absolute Uri. |
Relative |
![]() The Uri is a relative Uri. |
RelativeOrAbsolute |
![]() The kind of the Uri is indeterminate. |