Click or drag to resize
Uri Constructor
Overload List
  NameDescription
Public methodUri(String)
Initializes a new instance of the System.Uri class with the specified URI.
Public methodUri(String, UriKind)
Initializes a new instance of the System.Uri class with the specified URI. This constructor allows you to specify if the URI string is a relative URI, absolute URI, or is indeterminate.
Top
See Also