This documentation is archived and is not being maintained.
NameValueCollection.Get Method
Visual Studio 2010
Gets the values of a specified entry in the NameValueCollection combined into one comma-separated list.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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: