There are several changes in Preview 3 we need to know about, because there is a reason why your old code don’t want to compile :)

1. The “FilterExecutingContext” (using in the OnActionExecuted method) and “FilterExecutedContext” (using in the OnActionExecuting method) are now called “ActionExecutingContext”/”ActionExecudedContext”.

2. RenderView is now only available from ComponentController class, not from Controller class.

More about Using an ActionFilter.

MVC Changes Since Preview 2