Update model-binding.md
Fixing type `CancelationToken` -> `CancellationToken`pull/4430/head
parent
c9700299d1
commit
4bf2319523
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue