HttpValueCollection
NameValueCollection to represent form data and to generate form data output.
Gets the number of names in the collection.
Gets the values associated with the specified name
combined into one comma-separated list.
public HttpValueCollection()
Creates a new HttpValueCollection instance
Adds a name-value pair to the collection.
Gets the values associated with the specified name
combined into one comma-separated list.
Gets the values associated with the specified name.