Click or drag to resize

PFViewModelBinderBindModel Method

Binds the model by using the specified controller context and binding context.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public override sealed Object BindModel(
	ControllerContext controllerContext,
	ModelBindingContext bindingContext
)

Parameters

controllerContext
Type: ControllerContext
The context within which the controller operates. The context information includes the controller, HTTP content, request context, and route data.
bindingContext
Type: ModelBindingContext
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

Type: Object
The bound object.

Implements

IModelBinder.BindModel(ControllerContext, ModelBindingContext)
Exceptions
ExceptionCondition
ObjectNotFoundExceptionView not found!
See Also