NameValueCollectionExtensions Class

Definition

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>)

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.

Applies to