EmptyResult.ExecuteResult(ActionContext) Method

Definition

Executes the result operation of the action method synchronously. This method is called by MVC to process the result of an action method.

C#
public override void ExecuteResult (Microsoft.AspNetCore.Mvc.ActionContext context);

Parameters

context
ActionContext

The context in which the result is executed. The context information includes information about the action that was executed and request information.

Applies to

Tuote Versiot
ASP.NET Core 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0