ActionResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |