ComponentOne Studio Web API Edition
BindModel Method (StringModelBinder)

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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

StringModelBinder Class
StringModelBinder Members

 

 


Copyright © GrapeCity, inc. All rights reserved.