DefaultActionAttribute API Document
Declares that the Controller should enable a DefaultAction method for request processing if no action can be found with the supplied name
Constructors
DefaultActionAttribute()
Constructs a Castle.MonoRail.Framework.DefaultActionAttribute using DefaultAction as the default action name
DefaultActionAttribute(String action)
Constructs a Castle.MonoRail.Framework.DefaultActionAttribute using the supplied value as the default action name
| Parameter | Description |
|---|---|
| action | Missing documentation |
Properties
| Name | Type | Description |
|---|---|---|
| DefaultAction | String | Gets the default action name |