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);
abstract member HandleUnknownAction : string -> unit
override this.HandleUnknownAction : string -> unit
Protected Overridable Sub HandleUnknownAction (actionName As String)

Parameters

actionName
String

The name of the attempted action.

Applies to