CancellationTokenModelBinder 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
IModelBinder 用于绑定 类型 CancellationToken模型的实现。
public ref class CancellationTokenModelBinder : Microsoft::AspNetCore::Mvc::ModelBinding::IModelBinder
public class CancellationTokenModelBinder : Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder
type CancellationTokenModelBinder = class
interface IModelBinder
Public Class CancellationTokenModelBinder
Implements IModelBinder
- 继承
-
CancellationTokenModelBinder
- 实现
构造函数
CancellationTokenModelBinder() |
IModelBinder 用于绑定 类型 CancellationToken模型的实现。 |
方法
BindModelAsync(ModelBindingContext) |
尝试绑定模型。 |