NameValueCollection
Provides access to extension methods on instances of NameValueCollection.
Adds the parse query parameters of a query string to a name value collection.
public static NameValueCollection FilterByName(NameValueCollection collection, IEnumerable<string> parameterNames)
Gets a subset of the name value pairs in this collection, filtering out the provided sequence of keys.
Transforms a name value collection into query string format. 'ArtifactID' and '###' keys are treated special - their values are not url-encoded.