An NDoc Documented Class Library

StandardController.AddRequestRouting Method 

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

public void AddRequestRouting(
   Type requestType,
   IRequestProcessor requestProcessor
);

Parameters

requestType
requestProcessor

Implements

IController.

See Also

StandardController Class | Sandia.MVCFramework.Controller Namespace