Click or drag to resize

NameValueCollectionExtensions Methods

The NameValueCollectionExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodAdd(NameValueCollection, String, IEnumerableString) Add the specified values as name to me
Public Extension MethodAdd(NameValueCollection, String, String) Add the specified values as name to me
Public Extension MethodParseQueryString Parse a query string
Public Extension MethodToArray Convert the name value collection to an array
Public Extension MethodToDictionary(NameValueCollection) Convert the name value collection to a dictionary
Public Extension MethodToDictionaryTValue(NameValueCollection, FuncString, String, FuncString, TValue) Convert the name value collection to a dictionary
Public Extension MethodToHttpString Represent the NameValueCollection as a URI query string
Public Extension MethodToList Convert query types
Public Extension MethodToNameValueCollection(IEnumerableKeyValuePairString, Object) Creates a new name value collection from the kvp array
Public Extension MethodToNameValueCollection(IEnumerableKeyValuePairString, String) Creates a new name value collection from the kvp array
Public Extension MethodToParameterDictionary Convert the collection of key value pairs into a proper dictionary
Public Extension MethodTryGetValue Try to get values for key from me
Top
See Also