Class ActionResult
Represents the result of an action method.
public abstract class ActionResult
- Inheritance
-
ActionResult
- Derived
- Inherited Members
Constructors
ActionResult()
Initializes a new instance of the ActionResult class.
protected ActionResult()
Methods
ExecuteResult(ControllerContext)
Enables processing of the result of an action method by a custom type that inherits from the ActionResult class.
public abstract void ExecuteResult(ControllerContext context)
Parameters
contextControllerContextThe context in which the result is executed. The context information includes the controller, HTTP content, request context, and route data.