IClientErrorActionResult Schnittstelle

Definition

Ein IStatusCodeActionResult , der in einen aussagekräftigeren Clientfehler transformiert werden kann.

public interface class IClientErrorActionResult : Microsoft::AspNetCore::Mvc::IActionResult, Microsoft::AspNetCore::Mvc::Infrastructure::IStatusCodeActionResult
public interface IClientErrorActionResult : Microsoft.AspNetCore.Mvc.IActionResult, Microsoft.AspNetCore.Mvc.Infrastructure.IStatusCodeActionResult
type IClientErrorActionResult = interface
    interface IStatusCodeActionResult
    interface IActionResult
type IClientErrorActionResult = interface
    interface IActionResult
    interface IStatusCodeActionResult
Public Interface IClientErrorActionResult
Implements IActionResult, IStatusCodeActionResult
Abgeleitet
Implementiert

Eigenschaften

StatusCode

Ruft den HTTP-Statuscode ab.

(Geerbt von IStatusCodeActionResult)

Methoden

ExecuteResultAsync(ActionContext)

Führt den Ergebnisvorgang der Aktionsmethode asynchron aus. Diese Methode wird von MVC aufgerufen, um das Ergebnis einer Aktionsmethode zu verarbeiten.

(Geerbt von IActionResult)

Gilt für: