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.
| Parameter | Description |
|---|---|
| name | The specified Controller Name |
Properties
| Name | Type | Description |
|---|---|---|
| Name | String | The controller's name |
| Area | String | The controller's area |