ControllerActionInvoker.CreateActionResult Metoda

Definicja

Tworzy wynik akcji.

protected virtual System.Web.Mvc.ActionResult CreateActionResult (System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ActionDescriptor actionDescriptor, object actionReturnValue);
abstract member CreateActionResult : System.Web.Mvc.ControllerContext * System.Web.Mvc.ActionDescriptor * obj -> System.Web.Mvc.ActionResult
override this.CreateActionResult : System.Web.Mvc.ControllerContext * System.Web.Mvc.ActionDescriptor * obj -> System.Web.Mvc.ActionResult
Protected Overridable Function CreateActionResult (controllerContext As ControllerContext, actionDescriptor As ActionDescriptor, actionReturnValue As Object) As ActionResult

Parametry

controllerContext
ControllerContext

Kontekst kontrolera.

actionDescriptor
ActionDescriptor

Deskryptor akcji.

actionReturnValue
Object

Wartość zwracana akcji.

Zwraca

Obiekt wyniku akcji.

Dotyczy