I have an IActionFilter that does something in OnActionExecuted, however I don\'t want to perform this action when the controller result performs a redirect.
Actually I have an application that is using a WebService to retrieve some clients information. So I was validating the login information inside my ActionResult like:
I\'ve been trying to load masterpage content from database (based on a \"TargetCode\" in the querystring), using ActionFilterAttribute. However, I\'m having problem setting the ViewData to the data re