This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can trysigning in orchanging directories.
Access to this page requires authorization. You can trychanging directories.
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.
A default implementation ofIActionResult.
public ref class ActionResult abstract : Microsoft::AspNetCore::Mvc::IActionResultpublic abstract class ActionResult : Microsoft.AspNetCore.Mvc.IActionResulttype ActionResult = class interface IActionResultPublic MustInherit Class ActionResultImplements IActionResult| Name | Description |
|---|---|
| ActionResult() | |
| Name | Description |
|---|---|
| ExecuteResult(ActionContext) | Executes the result operation of the action method synchronously. This method is called by MVC to processthe result of an action method. |
| ExecuteResultAsync(ActionContext) | Executes the result operation of the action method asynchronously. This method is called by MVC to processthe result of an action method.The default implementation of this method calls theExecuteResult(ActionContext) method andreturns a completed task. |
Was this page helpful?
Need help with this topic?
Want to try using Ask Learn to clarify or guide you through this topic?
Was this page helpful?
Want to try using Ask Learn to clarify or guide you through this topic?