Share via


ActionResult Class

Definition

Represents the result of an action method.

C#
public abstract class ActionResult
Inheritance
ActionResult
Derived

Constructors

ActionResult()

Initializes a new instance of the ActionResult class.

Methods

ExecuteResult(ControllerContext)

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

Applies to

Product Versions
ASP.NET MVC 5.2