This topic has not yet been rated - Rate this topic

ControllerActionInvoker.CreateActionResult Method

Creates the action result.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
protected virtual ActionResult CreateActionResult(
	ControllerContext controllerContext,
	ActionDescriptor actionDescriptor,
	Object actionReturnValue
)

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.

Return Value

Type: System.Web.Mvc.ActionResult
The action result object.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.