Binds the model by using the specified controller context and binding context.
Syntax
Parameters
- controllerContext
- The context within which the controller operates. The context information includes the controller, HTTP content, request context, and route data.
- bindingContext
- The context within which the model is bound. The context includes information such as the model object, model name, model type, property filter, and value provider.
Return Value
The bound object.
Exceptions
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also