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!
jarrednichol...
Member
117 Points
25 Posts
ActionExecutingContext Cancel - Gone in Beta?
Oct 22, 2008 06:38 PM|LINK
http://www.jarrednicholls.com/
levib
Star
7702 Points
1099 Posts
Microsoft
Re: ActionExecutingContext Cancel - Gone in Beta?
Oct 22, 2008 09:24 PM|LINK
Just set the Result property to some non-null value.