Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ModelBinderProviderCollection::RegisterBinderForGenericType Method (Type^, Func<array<Type^>^, IModelBinder^>^)

.NET Framework (current version)
 

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

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

public:
void RegisterBinderForGenericType(
	Type^ modelType,
	Func<array<Type^>^, IModelBinder^>^ modelBinderFactory
)

Parameters

modelType
Type: System::Type^

The model type.

modelBinderFactory
Type: System::Func<array<Type^>^, IModelBinder^>^

The model binder factory.

.NET Framework
Available since 4.5
Return to top
Show:
© 2017 Microsoft