ModelBinderDictionary.Add Method
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.
Adds a new item to the dictionary.
Add(KeyValuePair<Type,IModelBinder>) |
Adds the specified item to the dictionary. |
Add(Type, IModelBinder) |
Adds the specified item to the dictionary. |
Adds the specified item to the dictionary.
public:
virtual void Add(System::Collections::Generic::KeyValuePair<Type ^, System::Web::ModelBinding::IModelBinder ^> item);
C#
public void Add(System.Collections.Generic.KeyValuePair<Type,System.Web.ModelBinding.IModelBinder> item);
abstract member Add : System.Collections.Generic.KeyValuePair<Type, System.Web.ModelBinding.IModelBinder> -> unit
override this.Add : System.Collections.Generic.KeyValuePair<Type, System.Web.ModelBinding.IModelBinder> -> unit
Public Sub Add (item As KeyValuePair(Of Type, IModelBinder))
Parameters
- item
- KeyValuePair<Type,IModelBinder>
The object to add to the dictionary.
Implements
Applies to
.NET Framework 4.8.1 and other versions
Product | Versions |
---|---|
.NET Framework | 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Adds the specified item to the dictionary.
public:
virtual void Add(Type ^ key, System::Web::ModelBinding::IModelBinder ^ value);
C#
public void Add(Type key, System.Web.ModelBinding.IModelBinder value);
abstract member Add : Type * System.Web.ModelBinding.IModelBinder -> unit
override this.Add : Type * System.Web.ModelBinding.IModelBinder -> unit
Public Sub Add (key As Type, value As IModelBinder)
Parameters
- key
- Type
The key of the item to add.
- value
- IModelBinder
The value of the item to add.
Implements
Applies to
.NET Framework 4.8.1 and other versions
Product | Versions |
---|---|
.NET Framework | 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
.NET feedback
.NET is an open source project. Select a link to provide feedback: