An action that is not a method on the controller.

Namespace: Castle.MonoRail.Framework
Assembly:  Castle.MonoRail.Framework (in Castle.MonoRail.Framework.dll)
Version: 1.0.3.0

Syntax

C#
public interface IDynamicAction

Remarks

To attach a dynamic action to a controller use the DynamicActions dictionary.

See Also