Method | Description | |
---|---|---|
ActionInvokerWrapper ( IActionInvoker actionInvoker ) : System.Web | ||
InvokeAction ( ControllerContext controllerContext, string actionName ) : bool |
Method | Description | |
---|---|---|
ExecuteNotFoundControllerAction ( ControllerContext controllerContext ) : void | ||
InvokeActionWith404Catch ( ControllerContext controllerContext, string actionName ) : bool |
public ActionInvokerWrapper ( IActionInvoker actionInvoker ) : System.Web | ||
actionInvoker | IActionInvoker | |
return | System.Web |
public InvokeAction ( ControllerContext controllerContext, string actionName ) : bool | ||
controllerContext | ControllerContext | |
actionName | string | |
return | bool |