Compartir a través de


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 (
         string uriString,
         UriKind kind
)

Parameters

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

Version Information

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

See Also

Reference

Uri Class
Uri Members
System Namespace