ASP.NET MVC 2 Cancel Asynchronous Action
Posted
by Sean Carpenter
on Stack Overflow
See other posts from Stack Overflow
or by Sean Carpenter
Published on 2010-06-08T21:18:12Z
Indexed on
2010/06/08
21:22 UTC
Read the original article
Hit count: 257
asp.net-mvc-2
|async
The MSDN documentation for using an asynchronous controller mentions choosing an asynchronous controller when you want to provide a way for users to cancel requests.
I couldn't find any documentation related to actually allowing users to cancel asynchronous requests, however. Is there a way to indicate to ASP.Net and/or the MVC framework that a request should be canceled?
© Stack Overflow or respective owner