ActionResult Class

Definition

Represents the result of an action method.

public abstract class ActionResult
type ActionResult = class
Public MustInherit 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