Home

Castle Stronghold

HelperAttribute API Document

Associates a helper class with the controller.

Constructors

HelperAttribute(Type helperType)

Constructs a Castle.MonoRail.Framework.HelperAttribute with the supplied helperType.

ParameterDescription
helperType The helper type

HelperAttribute(Type helperType, String name)

Constructs a Castle.MonoRail.Framework.HelperAttribute with the supplied helperType and a name to be bound to it.

ParameterDescription
helperType The helper type
name Name bound to the helper. The name will be used on the view to gain access to it

Properties

NameTypeDescription
NameString Gets Name bound to the helper. The name will be used on the view to gain access to it
HelperTypeType Gets the helper type

Methods

BuildHelperDescriptors() : HelperDescriptor[]

Castle.MonoRail.Framework.Internal.IHelperDescriptorBuilder implementation. Gets the that describes the helper.

Google
Search WWW Search castleproject.org