SimpleModelBinderProvider Constructor

.NET Framework (current version)
 

Initializes a new instance of the SimpleModelBinderProvider class.

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

NameDescription
System_CAPS_pubmethodSimpleModelBinderProvider(Type^, Func<IModelBinder^>^)

Initializes a new instance of the SimpleModelBinderProvider class by using the specified model type and the model binder factory.

System_CAPS_pubmethodSimpleModelBinderProvider(Type^, IModelBinder^)

Initializes a new instance of the SimpleModelBinderProvider class by using the specified model type and the model binder.

Return to top
Show: