The ParameterList type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ParameterList | Initializes a new instance of the ParameterList class |
Methods
| Name | Description | |
|---|---|---|
| Add(QueryParameter) |
Adds specified query parameter to this collection.
| |
| Add(String, String) |
Adds new query parameter with specified name and value to this collection.
| |
| 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.) | |
| GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| GetValue |
Gets value of the parameter by name.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Parse |
Parses specified query string and creates parameter collection.
| |
| Remove |
Removes all parameters with specified name.
| |
| Render |
Renders parameter list to string in url format ("name=value&name2=value2").
| |
| RenderAsHeader |
Renders parameter list to string in http header format ("name=value,name2=value2").
| |
| SortByName |
Sorts paramaters by name.
| |
| ToString | (Inherited from Object.) |