LayoutAttribute API Document
Associates a layout name with a controller. The layout can later be changed using the LayoutName property of the Castle.MonoRail.Framework.Controller.
Constructors
LayoutAttribute(String layoutName)
Constructs a LayoutAttribute with the layout name.
| Parameter | Description |
|---|---|
| layoutName | Missing documentation |
Properties
| Name | Type | Description |
|---|---|---|
| LayoutName | String | Gets the layout name |
Methods
BuildLayoutDescriptor() : LayoutDescriptor
Castle.MonoRail.Framework.Internal.ILayoutDescriptorBuilder implementation. Gets the descriptor that describes the layout.