The UrlGen type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddParam |
Manipulates the resultant URL by adding this key value pair.
| |
| AddParams |
Bulk add of param pairs.
| |
| AppendParam |
Manipulates the resultant url by adding this key value pair.
| |
| AppendParams |
Bulk append of param pairs.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| RemoveParam |
Removes any key value parameter from the to be outputted URL with
the parameter name key.
| |
| RemoveParams |
Removes any key value parameter with the keys specified in the
collection.
| |
| ToString |
The output method on this class.
(Overrides Object..::..ToString()()()().) |