ControllerActionInvoker.CreateActionResult Method
Creates the action result.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Protected Overridable Function CreateActionResult ( _ controllerContext As ControllerContext, _ actionDescriptor As ActionDescriptor, _ actionReturnValue As Object _ ) As ActionResult 'Usage Dim controllerContext As ControllerContext Dim actionDescriptor As ActionDescriptor Dim actionReturnValue As Object Dim returnValue As ActionResult returnValue = Me.CreateActionResult(controllerContext, _ actionDescriptor, 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.
Show: