Метод | Описание | |
---|---|---|
ControllerExecutor ( object controller, IExecutionContext executionContext ) : System |
Initializes a new instance of the ControllerExecutor class.
|
|
Execute ( |
||
SelectAction ( ) : |
||
SelectAction ( string actionName ) : |
public ControllerExecutor ( object controller, IExecutionContext executionContext ) : System | ||
controller | object | The controller. |
executionContext | IExecutionContext | The execution context. |
Результат | System |
public Execute ( |
||
executor | ||
Результат | void |
public SelectAction ( string actionName ) : |
||
actionName | string | |
Результат |