Web API Edition | ComponentOne
C1.Web.Api Namespace / ImportSourceModelBinder Class / BindModel Method
The action context.
The binding context.

In This Topic
    BindModel Method (ImportSourceModelBinder)
    In This Topic
    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