UriKind Enumeration
Defines the kinds of Uris, for methods of Uri such as IsWellFormedUriString.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Syntax
public enum UriKind
Members
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. |
Version Information
Available in the .NET Micro Framework versions 4.0, 4.1, and 4.2.