Ask Learn
Preview
Please sign in to use this experience.
Sign inThis 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 try signing in or changing directories.
Access to this page requires authorization. You can try changing 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.
Enables processing of the result of an action method by a custom type that inherits from the ActionResult class.
public abstract void ExecuteResult(System.Web.Mvc.ControllerContext context);
abstract member ExecuteResult : System.Web.Mvc.ControllerContext -> unit
Public MustOverride Sub ExecuteResult (context As ControllerContext)
The context in which the result is executed. The context information includes the controller, HTTP content, request context, and route data.
Please sign in to use this experience.
Sign in