Lue englanniksi

Jaa


EmptyResult Class

Definition

Represents an ActionResult that when executed will do nothing.

C#
public class EmptyResult : Microsoft.AspNetCore.Mvc.ActionResult
Inheritance
EmptyResult

Constructors

Methods

ExecuteResult(ActionContext)

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

ExecuteResultAsync(ActionContext)

Executes the result operation of the action method asynchronously. This method is called by MVC to process the result of an action method. The default implementation of this method calls the ExecuteResult(ActionContext) method and returns a completed task.

(Inherited from ActionResult)

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