CancellationTokenModelBinder Class

Definition

Provides a mechanism to propagates notification that model binder operations should be canceled.

public class CancellationTokenModelBinder : System.Web.Mvc.IModelBinder
type CancellationTokenModelBinder = class
    interface IModelBinder
Public Class CancellationTokenModelBinder
Implements IModelBinder
Inheritance
CancellationTokenModelBinder
Implements

Constructors

CancellationTokenModelBinder()

Initializes a new instance of the CancellationTokenModelBinder class.

Methods

BindModel(ControllerContext, ModelBindingContext)

Returns the default cancellation token.

Applies to