Url Members
Include Protected Members
Include Inherited Members
Wraps the Uri class. Provides an unescaped version of LocalPath for file URL types and AbsoluteUri for HTTP URL types. Also returns an unescaped result from MakeRelativeUri so that it can be presented to the user.
The Url type exposes the following members.
Constructors
Name
Description
Overloaded. Initializes a new instance of Url.
Top
Methods
Name
Description
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Overloaded.
Gets the unescaped remainder of the path, starting at the specified segment.
Gets the type of the current instance. (Inherited from Object.)
Joins the specified segments into a path.
Makes the specified Url relative with respect to the current one.
Creates a shallow copy of the current Object. (Inherited from Object.)
Moves the URL from the old base to the new one.
Returns a string that represents the current object. (Inherited from Object.)
Converts an escaped string to an unescaped string.
Top
Properties
Name
Description
Gets the absolute URL as a string.
Returns the unescaped absolute URL for the parent directory that contains the file that is referenced by this URL object.
Determines whether the URL represents a file (as opposed to an HTTP location).
Gets an array of the segments of the URL.
Gets the URI for this URL.
Top