Click here to Skip to main content
15,885,278 members
Articles / Web Development / XHTML

Handling Unknown Actions in ASP.NET MVC

Rate me:
Please Sign up or sign in to vote.
5.00/5 (5 votes)
16 Aug 2009CPOL1 min read 37.2K   17  
In this article, I will explore handling unknown actions. A Controller.HandleUnknownAction method gets called when a controller cannot find an action method that matches a browser request.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) http://www.Fairnet.com
Canada Canada
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions