CancellationTokenModelBinderProvider Class¶
An Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinderProvider for System.Threading.CancellationToken.
- Namespace
Microsoft.AspNetCore.Mvc.ModelBinding.Binders- Assemblies
- Microsoft.AspNetCore.Mvc.Core
Syntax¶
public class CancellationTokenModelBinderProvider : IModelBinderProvider
-
class
Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CancellationTokenModelBinderProvider
Methods¶
-
GetBinder(Microsoft.AspNetCore.Mvc.ModelBinding.ModelBinderProviderContext)¶ Return type: Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder public IModelBinder GetBinder(ModelBinderProviderContext context)
-