Error!
Success!

Custom Error Pages in MVC

0
kicks

Custom Error Pages in MVC  (Unpublished)

I was recently looking for an efficient method of redirecting users to an error page when an exception is thrown in an MVC application. A useful way of doing this is with the HandleErrorAttribute. In order to handle exceptions thrown by your action methods, you need to mark your method with this attribute. The HandleErrorAttribute also allows you to use a custom page for this error.


Kicked By:
Drop Kicked By: