This topic has not yet been rated - Rate this topic

KeyValuePairModelBinderProvider.GetBinder Method

Retrieves the associated model binder.

Namespace:  System.Web.Http.ModelBinding.Binders
Assembly:  System.Web.Http (in System.Web.Http.dll)
public override IModelBinder GetBinder(
	HttpConfiguration configuration,
	Type modelType
)

Parameters

configuration
Type: System.Web.Http.HttpConfiguration

The configuration.

modelType
Type: System.Type

The type of model.

Return Value

Type: System.Web.Http.ModelBinding.IModelBinder
The associated model binder.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.