Controller::HandleUnknownAction Method (String^)
Called when a request matches this controller, but no method with the specified action name is found in the controller.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- actionName
-
Type:
System::String^
The name of the attempted action.
The result object that is prepared by this method is written to the response by the ASP.NET MVC framework when the object is executed.
Show: