I've created a sub class of ActionFilterAttribute and I want to set the Cancel property. It's not a member of the base class, it's not a member of the ActionExecutingContext, so where is it?
Thanks
I've created a sub class of ActionFilterAttribute and I want to set the Cancel property. It's not a member of the base class, it's not a member of the ActionExecutingContext, so where is it?
Thanks
Apparently this property was removed in Beta. Just set the Result property to some non-null value will have the same effect. See http://forums.asp.net/t/1337873.aspx