ComponentOne Web API Edition
BindModel Method (RequestModelBinder<T>)

C1.Web.Api Namespace > RequestModelBinder<T> Class : BindModel Method
The action context.
The binding context.
Binds the model to a value by using the specified controller context and binding context.
Syntax
'Declaration
 
Public Function BindModel( _
   ByVal actionContext As HttpActionContext, _
   ByVal bindingContext As ModelBindingContext _
) As Boolean

Parameters

actionContext
The action context.
bindingContext
The binding context.

Return Value

true if model binding is successful; otherwise, false.
See Also

Reference

RequestModelBinder<T> Class
RequestModelBinder<T> Members