NameValueCollectionExtensions Class
Visual Studio 2010
Extends a NameValueCollection object so that the collection can be copied to a specified dictionary.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CopyTo(NameValueCollection, IDictionary<String, Object>) | Copies the specified collection to the specified destination. |
![]() ![]() | CopyTo(NameValueCollection, IDictionary<String, Object>, Boolean) | Copies the specified collection to the specified destination, and optionally replaces previous entries. |
Community Additions
ADD
Show:
