The NameValueCollectionExtension type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | RemoveKey |
Removes the value with the specified key from the NameValueCollection.
|
![]() ![]() | Sort |
Sorts the NameValueCollection by alphabetically and returns a new NameValueCollection.
|
![]() ![]() | ToKeyValuePairCollection |
Convert the NameValueCollection to list of the KeyValuePair TKey, TValue .
|
![]() ![]() | ToParametersString(NameValueCollection) |
Returns a string of query parameters without a separator.
|
![]() ![]() | ToParametersString(NameValueCollection, Boolean) |
Returns a string of query parameters with a specified encoding parameters.
|
![]() ![]() | ToParametersString(NameValueCollection, String) |
Returns a string of query parameters with a specified separator.
|
![]() ![]() | ToParametersString(NameValueCollection, String, Boolean) |
Returns a string of query parameters with a specified separator and encoding parameters.
|
See Also