1292 Views
This post is an update to a 5 year old post about using CancellationTokens in MVC controller actions. In this post I show how you can use a CancellationToken in your ASP.NET Core minimal API endpoint handlers to stop execution when a user cancels a request from their browser.
0 comments