Represents a class that extends the NameValueCollection class by adding methods for use with query parameters.
Inheritance Hierarchy
Nemiro.OAuth.Extensions NameValueCollectionExtension
Namespace: Nemiro.OAuth.Extensions
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
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