ModelBinderProviderCollection Constructors
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.
Initializes a new instance of the ModelBinderProviderCollection class.
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. |
Initializes a new instance of the ModelBinderProviderCollection class.
public:
ModelBinderProviderCollection();
public ModelBinderProviderCollection();
Public Sub New ()
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 |
Initializes a new instance of the ModelBinderProviderCollection class by using the specified list of model binder providers.
public:
ModelBinderProviderCollection(System::Collections::Generic::IList<System::Web::ModelBinding::ModelBinderProvider ^> ^ list);
public ModelBinderProviderCollection(System.Collections.Generic.IList<System.Web.ModelBinding.ModelBinderProvider> list);
new System.Web.ModelBinding.ModelBinderProviderCollection : System.Collections.Generic.IList<System.Web.ModelBinding.ModelBinderProvider> -> System.Web.ModelBinding.ModelBinderProviderCollection
Public Sub New (list As IList(Of ModelBinderProvider))
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 |
.NET geri bildirimi
.NET, açık kaynak bir projedir. Geri bildirim sağlamak için bir bağlantı seçin: