ControllerActionInvoker.CreateActionResult Method (ControllerContext, ActionDescriptor, Object)
Creates the action result.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
abstract CreateActionResult : controllerContext:ControllerContext * actionDescriptor:ActionDescriptor * actionReturnValue:Object -> ActionResult override CreateActionResult : controllerContext:ControllerContext * actionDescriptor:ActionDescriptor * actionReturnValue:Object -> ActionResult
Parameters
- controllerContext
-
Type:
System.Web.Mvc.ControllerContext
The controller context.
- actionDescriptor
-
Type:
System.Web.Mvc.ActionDescriptor
The action descriptor.
- actionReturnValue
-
Type:
System.Object
The action return value.
Show: