From 8b8cd9f050eb9c31cbef37b207c9f11376195df9 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Thu, 19 Nov 2020 13:51:14 -0800 Subject: [PATCH] Expand CancellationToken notes (#20658) * Expand CancellationToken notes * Update aspnetcore/mvc/models/model-binding.md Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> --- aspnetcore/mvc/models/model-binding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/mvc/models/model-binding.md b/aspnetcore/mvc/models/model-binding.md index a7a6161665..5810ece837 100644 --- a/aspnetcore/mvc/models/model-binding.md +++ b/aspnetcore/mvc/models/model-binding.md @@ -472,7 +472,7 @@ An uploaded file included in the HTTP request. Also supported is `IEnumerable that signals when the connection underlying the HTTP request is aborted. Actions can use this parameter to cancel long running async operations that are executed as part of the controller actions. ### FormCollection