Controller.HandleUnknownAction(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.