NameValueCollectionExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extends a NameValueCollection object so that the collection can be copied to a specified dictionary.
public static class NameValueCollectionExtensions
type NameValueCollectionExtensions = class
Public Module NameValueCollectionExtensions
- Inheritance
-
NameValueCollectionExtensions
Methods
CopyTo(NameValueCollection, IDictionary<String,Object>, Boolean) |
Copies the specified collection to the specified destination, and optionally replaces previous entries. |
CopyTo(NameValueCollection, IDictionary<String,Object>) |
Copies the specified collection to the specified destination. |