NameValueCollection.Get Method
.NET Framework 3.0
Gets the values of a specified entry in the NameValueCollection combined into one comma-separated list.
| Name | Description |
|---|---|
| NameValueCollection.Get (Int32) | Gets the values at the specified index of the NameValueCollection combined into one comma-separated list. Supported by the .NET Compact Framework. |
| NameValueCollection.Get (String) | Gets the values associated with the specified key from the NameValueCollection combined into one comma-separated list. Supported by the .NET Compact Framework. |
Community Additions
ADD
Show: