ModelBinderProviderCollection.RegisterBinderForGenericType Method (Type, Type)

.NET Framework (current version)
 

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

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

Public Sub RegisterBinderForGenericType (
	modelType As Type,
	modelBinderType As Type
)

Parameters

modelType
Type: System.Type

The model type.

modelBinderType
Type: System.Type

The model binder type.

.NET Framework
Available since 4.5
Return to top
Show: