MvcExtensions / Core

MvcExtensions - Extend everything
Microsoft Public License
52 stars 17 forks source link

fix for SelectListAction filter whenever action completed with errors #10

Closed denisborovnev closed 11 years ago

denisborovnev commented 11 years ago

...whenever currently executing action throws exception (because in this case context.Result is EmptyResult and it's not instance of ViewResultBase class)