An NDoc Documented Class Library

AbstractStandardController.AddControllerAction Method 

Adds an action to the list of actions to be performed for a specified request

public void AddControllerAction(
   IRequest request,
   ControllerAction action
);

Parameters

request
The request that the action is associated with
action
The action to add

Implements

IController.

See Also

AbstractStandardController Class | Sandia.MVCFramework.Controller Namespace