This topic has not yet been rated - Rate this topic

UriKind Enumeration

Defines the kinds of Uris for the Uri.IsWellFormedUriString(String, UriKind) and several Uri.Uri methods.

Namespace:  System
Assembly:  System (in System.dll)
public enum UriKind
Member name Description
Supported by the XNA Framework Supported by Portable Class Library RelativeOrAbsolute The kind of the Uri is indeterminate.
Supported by the XNA Framework Supported by Portable Class Library Absolute The Uri is an absolute Uri.
Supported by the XNA Framework Supported by Portable Class Library Relative The Uri is a relative Uri.

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

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Portable Class Library

Supported in: Portable Class Library

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ