May 2010
Intermediate to advanced
1272 pages
61h 18m
English
NameValueCollection CollectionThe NameValueCollection behaves similarly to the StringDictionary collection, but it differs in that NameValueCollection enables accessing items via either the key or the index. The following code snippet provides a brief demonstration:

The Add method also provides an overload accepting another NameValueCollection as an argument.
Read now
Unlock full access