Skip to main content
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link
URL Rewriter Bot
URL Rewriter Bot

Just add catch all route at the end of the routes table and display whatever page you want with it.

See: How can i make a catch all route to handle '404 page not found' queries for ASP.NET MVC?

Just add catch all route at the end of the routes table and display whatever page you want with it.

See: How can i make a catch all route to handle '404 page not found' queries for ASP.NET MVC?

Better link formatting.
Source Link
kenorb
  • 168.7k
  • 95
  • 712
  • 796

Just add catch all route at the end of the routes table and display whatever page you want with it.

How to make a catch all route to handle '404 page not found' queries for ASP.NET MVC?

Just add catch all route at the end of the routes table and display whatever page you want with it.

See: How can i make a catch all route to handle '404 page not found' queries for ASP.NET MVC?

Source Link
Alex Reitbort
  • 13.7k
  • 1
  • 44
  • 62

Just add catch all route at the end of the routes table and display whatever page you want with it.

How to make a catch all route to handle '404 page not found' queries for ASP.NET MVC?