Method | Description | |
---|---|---|
AddController ( string areaName, string controllerName, |
Register a controller on the tree. If the specified area name matches the current node, the controller is register on the node itself, otherwise on the right or on the left node. Note that the controller is an |
|
ControllerTreeAccessor ( ) : System |
Construct the controller tree accessor
|
|
GetController ( string areaName, string controllerName ) : |
Returns a controller previously registered.
|
public AddController ( string areaName, string controllerName, |
||
areaName | string | The area name, or |
controllerName | string | The controller name |
controller | The controller representation | |
return | void |
public GetController ( string areaName, string controllerName ) : |
||
areaName | string | The area name, or |
controllerName | string | The controller name |
return |