ModelBinderProviderCollection Constructors

Definition

Initializes a new instance of the ModelBinderProviderCollection class.

Overloads

ModelBinderProviderCollection()

Initializes a new instance of the ModelBinderProviderCollection class.

ModelBinderProviderCollection(IList<ModelBinderProvider>)

Initializes a new instance of the ModelBinderProviderCollection class by using the specified list of model binder providers.

ModelBinderProviderCollection()

Initializes a new instance of the ModelBinderProviderCollection class.

C#
public ModelBinderProviderCollection();

Applies to

.NET Framework 4.8.1 ve diğer sürümler
Ürün Sürümler
.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

ModelBinderProviderCollection(IList<ModelBinderProvider>)

Initializes a new instance of the ModelBinderProviderCollection class by using the specified list of model binder providers.

C#
public ModelBinderProviderCollection(System.Collections.Generic.IList<System.Web.ModelBinding.ModelBinderProvider> list);

Parameters

list
IList<ModelBinderProvider>

The list of model binder providers.

Applies to

.NET Framework 4.8.1 ve diğer sürümler
Ürün Sürümler
.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