Home

Castle Stronghold

ControllerDetailsAttribute API Document

Decorates a controller with a different name and optionaly an area which the controller belongs. This is used to override the convention for controller names and to optionally associate a controller with an area name.

Constructors

ControllerDetailsAttribute()

Constructs a ControllerDetailsAttribute

ControllerDetailsAttribute(String name)

Constructs a ControllerDetailsAttribute with a name for the controller.

ParameterDescription
name The specified Controller Name

Properties

NameTypeDescription
NameString The controller's name
AreaString The controller's area

Google
Search WWW Search castleproject.org