Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the methods that are required for a model binder.
Namespace: System.Web.Http.ModelBinding
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
public interface IModelBinder
public interface class IModelBinder
type IModelBinder = interface end
Public Interface IModelBinder
Methods
Name | Description | |
---|---|---|
![]() |
BindModel(HttpActionContext, ModelBindingContext) | Binds the model to a value by using the specified controller context and binding context. |
See Also
System.Web.Http.ModelBinding Namespace
Return to top