Uri Constructor (String, UriKind)

Constructs a Uri from a string and an enumeration that specifies the type of the Uri.

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

Syntax

public Uri (
         stringuriString,
         UriKindkind
)

Parameters

  • uriString
    A Uri string.
  • kind
    The type of the Uri.

Version Information

Available in the .NET Micro Framework versions 4.0 and 4.1.

See Also

Reference

Uri Class
Uri Members
System Namespace