CancellationTokenModelBinder Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |