Update model-binding.md

Fixing type `CancelationToken` -> `CancellationToken`
pull/4430/head
Alexander Batishchev 2017-09-27 16:48:29 -07:00 committed by GitHub
parent c9700299d1
commit 4bf2319523
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ Additionally, there are some special data types that MVC must consider when perf
* `IFormFile`, `IEnumerable<IFormFile>`: One or more uploaded files that are part of the HTTP request. * `IFormFile`, `IEnumerable<IFormFile>`: One or more uploaded files that are part of the HTTP request.
* `CancelationToken`: Used to cancel activity in asynchronous controllers. * `CancellationToken`: Used to cancel activity in asynchronous controllers.
These types can be bound to action parameters or to properties on a class type. These types can be bound to action parameters or to properties on a class type.