This topic has not yet been rated - Rate this topic

UriKind Enumeration

Note: This enumeration is new in the .NET Framework version 2.0.

Defines the kinds of Uris for the Uri.IsWellFormedUriString and several System.Uri methods.

Namespace: System
Assembly: System (in system.dll)

public enum UriKind
public enum UriKind
public enum UriKind
  Member name Description
Supported by the .NET Compact Framework Absolute The Uri is an absolute Uri. 
Supported by the .NET Compact Framework Relative The Uri is a relative Uri. 
Supported by the .NET Compact Framework RelativeOrAbsolute The kind of the Uri is indeterminate. 

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).

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 2.0

.NET Compact Framework

Supported in: 2.0
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ