NameValueCollectionExtension ClassNemiro.OAuth
Represents a class that extends the NameValueCollection class by adding methods for use with query parameters.
Inheritance Hierarchy

System Object
  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

public static class NameValueCollectionExtension

The NameValueCollectionExtension type exposes the following members.

Methods

  NameDescription
Public methodStatic memberRemoveKey
Removes the value with the specified key from the NameValueCollection.
Public methodStatic memberSort
Sorts the NameValueCollection by alphabetically and returns a new NameValueCollection.
Public methodStatic memberToKeyValuePairCollection
Public methodStatic memberToParametersString(NameValueCollection)
Returns a string of query parameters without a separator.
Public methodStatic memberToParametersString(NameValueCollection, Boolean)
Returns a string of query parameters with a specified encoding parameters.
Public methodStatic memberToParametersString(NameValueCollection, String)
Returns a string of query parameters with a specified separator.
Public methodStatic memberToParametersString(NameValueCollection, String, Boolean)
Returns a string of query parameters with a specified separator and encoding parameters.
Top
See Also