The UrlGen type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | UrlGen()()()() | Obsolete.
Obsolete. Use the constructor that takes an encoding instead.
This version defaults to using the "windows-1252" encoding.
|
![]() | UrlGen(String) | Obsolete.
Obsolete. Use the constructor that takes an encoding instead.
This version defaults to using the "windows-1252" encoding.
|
![]() | UrlGen(String, String) |
Constructor where the start URL will be the one specified in this
constructor.
|
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. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (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()()()().) |