NameValueCollection.Get Method
.NET Framework (current version)
Gets the values of a specified entry in the NameValueCollection combined into one comma-separated list.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Get(Int32) | Gets the values at the specified index of the NameValueCollection combined into one comma-separated list. |
![]() | Get(String) | Gets the values associated with the specified key from the NameValueCollection combined into one comma-separated list. |
Show:
