C# Class Guidelines.WebUI.ActionInvokers.IocActionInvoker

Inheritance: System.Web.Mvc.ControllerActionInvoker
显示文件 Open project: basicdays/Guidelines Class Usage Examples

Public Methods

Method Description
IocActionInvoker ( ICommandActionInvoker actionInvoker ) : System.Web.Mvc

Protected Methods

Method Description
CreateActionResult ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ActionDescriptor actionDescriptor, object actionReturnValue ) : System.Web.Mvc.ActionResult

Method Details

CreateActionResult() protected method

protected CreateActionResult ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ActionDescriptor actionDescriptor, object actionReturnValue ) : System.Web.Mvc.ActionResult
controllerContext System.Web.Mvc.ControllerContext
actionDescriptor System.Web.Mvc.ActionDescriptor
actionReturnValue object
return System.Web.Mvc.ActionResult

IocActionInvoker() public method

public IocActionInvoker ( ICommandActionInvoker actionInvoker ) : System.Web.Mvc
actionInvoker ICommandActionInvoker
return System.Web.Mvc