IClientErrorActionResult Interface

Definition

An IStatusCodeActionResult that can be transformed to a more descriptive client error.

C#
public interface IClientErrorActionResult : Microsoft.AspNetCore.Mvc.IActionResult, Microsoft.AspNetCore.Mvc.Infrastructure.IStatusCodeActionResult
Derived
Implements

Properties

StatusCode

Gets the HTTP status code.

(Inherited from IStatusCodeActionResult)

Methods

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.

(Inherited from IActionResult)

Applies to

Tuote Versiot
ASP.NET Core 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0