Monday 10 August 2015

Exception Filter

This filter is used to capture any exceptions if raised by controller or an action method. Create a class which will inherit FilterAttribute class and implement IExceptionFilter interface.

No comments:

Post a Comment