What happened to the Cancel property of the ActionExecutingContext class? It's gone in beta, and I need to be able to cancel an Action inside of OnActionExecuting before the Action is executed. Is there a workaround (besides just ending the response stream, hopefully)?
Thanks!