Adds an element to the end of the NameValueCollection.

Overload List

  NameDescription
Public methodAdd(NameValueEntry)
Adds a NameValueEntry to the end of the NameValueCollection.
Public methodAdd(String, String)
Adds an element with the specified String key and String value to the end of the NameValueCollection.

See Also