ActionResult.ExecuteResult(ControllerContext) Method

Definition

Enables processing of the result of an action method by a custom type that inherits from the ActionResult class.

public abstract void ExecuteResult (System.Web.Mvc.ControllerContext context);
abstract member ExecuteResult : System.Web.Mvc.ControllerContext -> unit
Public MustOverride Sub ExecuteResult (context As ControllerContext)

Parameters

context
ControllerContext

The context in which the result is executed. The context information includes the controller, HTTP content, request context, and route data.

Applies to