Method Execute
Execute(ActionContext)
Execute the action.
선언
public abstract bool Execute(ActionContext context)
파라미터
타입 | 이름 | 설명 |
---|---|---|
ActionContext | context | Context for the action. |
반환
타입 | 설명 |
---|---|
bool | true if the action has been executed. false otherwise |