NameValueCollectionExtensions Class
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. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

