Defines that the implementor wants to add dynamic actions to controllers.

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

Syntax

C#
public interface IDynamicActionProvider

Remarks

You can associate a dynamic action provider with a controller using the DynamicActionProviderAttribute

See Also