views:

16

answers:

1

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

A: 

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