Click or drag to resize
Uri Class
Provides an object representation of a uniform resource identifier (URI) and easy access to the parts of the URI.
Inheritance Hierarchy
SystemObject
  SystemUri

Namespace: System
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public class Uri

The Uri type exposes the following members.

Constructors
  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
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Gets the original uri string.
(Overrides ObjectToString.)
Top
Properties
  NameDescription
Public propertyOriginalString
Gets the original URI string that was passed to the System.Uri constructor.
Top
See Also