ModelBinderProviderCollection.RegisterBinderForType Method (Type, Func(Of IModelBinder))

.NET Framework (current version)
 

Adds a model binder provider to the collection for a non-generic type by using the specified model type and model binder factory.

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

Public Sub RegisterBinderForType (
	modelType As Type,
	modelBinderFactory As Func(Of IModelBinder)
)

Parameters

modelType
Type: System.Type

The model type.

modelBinderFactory
Type: System.Func(Of IModelBinder)

The model binder factory.

.NET Framework
Available since 4.5
Return to top
Show: