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.

IModelBinder Interface

 

Defines the methods that are required for a model binder.

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

public interface class IModelBinder

NameDescription
System_CAPS_pubmethodBindModel(HttpActionContext^, ModelBindingContext^)

Binds the model to a value by using the specified controller context and binding context.

Return to top
Show: