0
kicks
HandleUnknownAction in ASP.NET MVC – Be Careful
A problem with this using HandleUnknownAction is when it does not take into account attributes, like the ActionMethodSelectorAttribute, that can decide based on runtime information whether an action can fulfill a request. So, it may not be that the action does not exist, but that it is not supposed to respond to the request based on the context of the request.