Share via


Controller.HandleUnknownAction(String) Method

Definition

Called when a request matches this controller, but no method with the specified action name is found in the controller.

protected virtual void HandleUnknownAction(string actionName);

Parameters

actionName
String

The name of the attempted action.

Applies to