CancellationTokenModelBinder::BindModel Method
Returns the default cancellation token.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public: virtual Object^ BindModel( ControllerContext^ controllerContext, ModelBindingContext^ bindingContext ) sealed
Parameters
- controllerContext
- Type: System.Web.Mvc::ControllerContext
The controller context.
- bindingContext
- Type: System.Web.Mvc::ModelBindingContext
The binding context.
Implements
IModelBinder::BindModel(ControllerContext, ModelBindingContext)
Show: