Click or drag to resize
UriKind Enumeration
Defines the kinds of System.Uris for the System.Uri.IsWellFormedUriString(System.String,System.UriKind) and several Overload:System.Uri.#ctor methods.

Namespace: System
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public enum UriKind
Members
  Member nameValueDescription
RelativeOrAbsolute0 The kind of the Uri is indeterminate.
Absolute1 The Uri is an absolute Uri.
Relative2 The Uri is a relative Uri.
See Also