NameValueCollection.Add Method
.NET Framework (current version)
Adds entries to the current NameValueCollection.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Add(NameValueCollection) | Copies the entries in the specified NameValueCollection to the current NameValueCollection. |
![]() | Add(String, String) | Adds an entry with the specified name and value to the NameValueCollection. |
Show:
