CancellationTokenModelBinder.BindModel Method (ControllerContext, ModelBindingContext)

 

Returns the default cancellation token.

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

No code example is currently available or this language may not be supported.

Parameters

controllerContext
Type: System.Web.Mvc.ControllerContext

The controller context.

bindingContext
Type: System.Web.Mvc.ModelBindingContext

The binding context.

Return Value

Type: System.Object

The default cancellation token.

Implements

BindModel

Return to top
Show: