OSCI-Bibliothek für die Nutzung mit dem Microsoft® .NET-Framework

URI Methods

The methods of the URI class are listed below. For a complete list of URI class members, see the URI Members topic.

Public Instance Methods

Equals (inherited from Uri) Compares two Uri instances for equality.
GetComponents (inherited from Uri) Gets the specified components of the current instance using the specified escaping for special characters.
GetHashCode (inherited from Uri) Gets the hash code for the URI.
GetLeftPart (inherited from Uri) Gets the specified portion of a Uri instance.
GetType (inherited from Object) Gets the Type of the current instance.
IsBaseOf (inherited from Uri) Determines whether the current Uri instance is a base of the specified Uri instance.
IsWellFormedOriginalString (inherited from Uri) Indicates whether the string used to construct this Uri was well-formed and is not required to be further escaped.
MakeRelative (inherited from Uri)Obsolete. Determines the difference between two Uri instances.
MakeRelativeUri (inherited from Uri) Determines the difference between two Uri instances.
toString 
ToString (inherited from Uri) Gets a canonical string representation for the specified Uri instance.

See Also

URI Class | java.net Namespace