ValueProviderDictionary.Add Method (String, Object)

Visual Studio 2010

Adds an element that has the specified key and value to the collection of value providers.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

No code example is currently available or this language may not be supported.

Parameters

key
Type: System.String
The key of the element to add.
value
Type: System.Object
The value of the element to add.

ExceptionCondition
NotSupportedException

The IDictionary(TKey, TValue) object is read-only.

ArgumentNullException

key is null.

ArgumentException

An element that has the specified key already exists in the IDictionary(TKey, TValue) object.

Community Additions

ADD
Show: